|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractDatabase
liquibase.database.core.DB2Database
liquibase.database.core.DB2iDatabase
public class DB2iDatabase
Field Summary |
---|
Fields inherited from class liquibase.database.AbstractDatabase |
---|
currentDateTimeFunction, databaseFunctions, defaultAutoIncrementBy, defaultAutoIncrementStartWith |
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
DB2iDatabase()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultDriver(java.lang.String url)
If this database understands the given url, return the default driver class name. |
int |
getPriority()
|
java.lang.String |
getTypeName()
Returns an all-lower-case short name of the product. |
boolean |
isCorrectDatabaseImplementation(DatabaseConnection conn)
Is this AbstractDatabase subclass the correct one to use for the given connection. |
Methods inherited from class liquibase.database.core.DB2Database |
---|
convertRequestedSchemaToCatalog, convertRequestedSchemaToSchema, escapeIndexName, generatePrimaryKeyName, getCurrentDateTimeFunction, getDateLiteral, getDefaultDatabaseSchemaName, getViewDefinition, parseDate, shouldQuoteValue, supportsInitiallyDeferrableColumns, supportsTablespaces |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DB2iDatabase()
Method Detail |
---|
public int getPriority()
getPriority
in interface PrioritizedService
getPriority
in class DB2Database
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
isCorrectDatabaseImplementation
in interface Database
isCorrectDatabaseImplementation
in class DB2Database
DatabaseException
public java.lang.String getDefaultDriver(java.lang.String url)
Database
getDefaultDriver
in interface Database
getDefaultDriver
in class DB2Database
public java.lang.String getTypeName()
Database
getTypeName
in interface Database
getTypeName
in class DB2Database
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |