public class SourceWithLetterCase extends Source implements WithLetterCase
| Constructor and Description |
|---|
SourceWithLetterCase(String url,
String user,
String password,
LetterCase tableLetterCase,
LetterCase columnLetterCase,
LetterCase primaryKeyLetterCase)
Constructor with the informations.
|
| Modifier and Type | Method and Description |
|---|---|
LetterCase |
getColumnLetterCase()
Returns the letter case of the columns.
|
LetterCase |
getPrimaryKeyLetterCase()
Returns the letter case of the primary keys.
|
LetterCase |
getTableLetterCase()
Returns the letter case of the tables.
|
getPassword, getUrl, getUserpublic SourceWithLetterCase(String url, String user, String password, LetterCase tableLetterCase, LetterCase columnLetterCase, LetterCase primaryKeyLetterCase)
url - URL to the database.user - User to connect.password - Password to connect.tableLetterCase - Letter case of the tables.columnLetterCase - Letter case of the columns.primaryKeyLetterCase - Letter case of the primary keys.public LetterCase getColumnLetterCase()
getColumnLetterCase in interface WithColumnLetterCasepublic LetterCase getPrimaryKeyLetterCase()
getPrimaryKeyLetterCase in interface WithPrimaryKeyLetterCasepublic LetterCase getTableLetterCase()
getTableLetterCase in interface WithTableLetterCaseCopyright © 2015–2017 AssertJ. All rights reserved.