Package org.assertj.db.type.lettercase
Interface WithPrimaryKeyLetterCase
- All Known Subinterfaces:
ConnectionProvider,WithLetterCase
- All Known Implementing Classes:
AbstractDbData,AbstractDbElement,Change,Changes,DataSourceConnectionProvider,JdbcUrlConnectionProvider,Request,Row,Table
public interface WithPrimaryKeyLetterCase
Defines the method to get the letter case of the primary keys.
- Since:
- 1.1.0
- Author:
- Régis Pouiller
-
Method Summary
Modifier and TypeMethodDescriptionReturns the letter case of the primary keys.
-
Method Details
-
getPrimaryKeyLetterCase
LetterCase getPrimaryKeyLetterCase()Returns the letter case of the primary keys.- Returns:
- The letter case of the primary keys.
-