All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
addIndexes(Connection con,
String indexesSQL,
Set<String> validIndexNames) |
void |
buildCreateFile(String sqlDir,
String databaseName) |
void |
buildCreateFile(String sqlDir,
String databaseName,
int population) |
String |
buildSQL(String template) |
void |
buildSQLFile(String sqlDir,
String fileName) |
DBType |
getDBType() |
List<Index> |
getIndexes(Connection con) |
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getTemplateBlob() |
String |
getTemplateFalse() |
String |
getTemplateTrue() |
String |
getVersionString() |
long |
increment() |
long |
increment(String name) |
long |
increment(String name,
int size) |
boolean |
isSupportsAlterColumnName() |
boolean |
isSupportsAlterColumnType() |
boolean |
isSupportsInlineDistinct() |
boolean |
isSupportsQueryingAfterException() |
boolean |
isSupportsScrollableResults() |
boolean |
isSupportsStringCaseSensitiveQuery() |
boolean |
isSupportsUpdateWithInnerJoin() |
void |
runSQL(Connection con,
String sql) |
void |
runSQL(Connection con,
String[] sqls) |
void |
runSQL(String sql) |
void |
runSQL(String[] sqls) |
void |
runSQLTemplate(String path) |
void |
runSQLTemplate(String path,
boolean failOnError) |
void |
runSQLTemplateString(Connection connection,
String template,
boolean evaluate,
boolean failOnError) |
void |
runSQLTemplateString(String template,
boolean evaluate,
boolean failOnError) |
void |
setSupportsStringCaseSensitiveQuery(boolean supportsStringCaseSensitiveQuery) |
void |
updateIndexes(Connection con,
String tablesSQL,
String indexesSQL,
boolean dropStaleIndexes) |