|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredIdentifierCase | |
---|---|
org.dbmaintain.database |
Uses of StoredIdentifierCase in org.dbmaintain.database |
---|
Fields in org.dbmaintain.database declared as StoredIdentifierCase | |
---|---|
protected StoredIdentifierCase |
IdentifierProcessor.storedIdentifierCase
|
Methods in org.dbmaintain.database that return StoredIdentifierCase | |
---|---|
protected StoredIdentifierCase |
IdentifierProcessorFactory.determineStoredIdentifierCase(StoredIdentifierCase customStoredIdentifierCase,
DataSource dataSource)
Determines the case the database uses to store non-quoted identifiers. |
protected StoredIdentifierCase |
IdentifierProcessorFactory.getCustomStoredIdentifierCase(String databaseDialect,
Properties configuration)
|
StoredIdentifierCase |
IdentifierProcessor.getStoredIdentifierCase()
Gets the stored identifier case. |
StoredIdentifierCase |
Database.getStoredIdentifierCase()
|
static StoredIdentifierCase |
StoredIdentifierCase.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoredIdentifierCase[] |
StoredIdentifierCase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.dbmaintain.database with parameters of type StoredIdentifierCase | |
---|---|
protected StoredIdentifierCase |
IdentifierProcessorFactory.determineStoredIdentifierCase(StoredIdentifierCase customStoredIdentifierCase,
DataSource dataSource)
Determines the case the database uses to store non-quoted identifiers. |
Constructors in org.dbmaintain.database with parameters of type StoredIdentifierCase | |
---|---|
IdentifierProcessor(StoredIdentifierCase storedIdentifierCase,
String identifierQuoteString,
String defaultSchemaName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |