|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object liquibase.database.AbstractDatabase liquibase.database.core.DB2Database
public class DB2Database
Field Summary |
---|
Fields inherited from class liquibase.database.AbstractDatabase |
---|
currentDateTimeFunction, databaseFunctions |
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
DB2Database()
|
Method Summary | |
---|---|
String |
convertRequestedSchemaToCatalog(String requestedSchema)
|
String |
convertRequestedSchemaToSchema(String requestedSchema)
|
String |
escapeIndexName(String schemaName,
String indexName)
|
String |
generatePrimaryKeyName(String tableName)
|
String |
getAutoIncrementClause()
Returns database-specific auto-increment DDL clause. |
String |
getCurrentDateTimeFunction()
Returns database-specific function for generating the current date/time. |
String |
getDateLiteral(String isoDate)
Return an DB2 date literal with the same value as a string formatted using ISO 8601. |
protected String |
getDefaultDatabaseSchemaName()
|
String |
getDefaultDriver(String url)
If this database understands the given url, return the default driver class name. |
int |
getPriority()
|
String |
getTypeName()
Returns an all-lower-case short name of the product. |
String |
getViewDefinition(String schemaName,
String name)
|
boolean |
isCorrectDatabaseImplementation(DatabaseConnection conn)
Is this AbstractDatabase subclass the correct one to use for the given connection. |
Date |
parseDate(String dateAsString)
|
boolean |
shouldQuoteValue(String value)
|
boolean |
supportsInitiallyDeferrableColumns()
Returns whether this database support initially deferrable columns. |
boolean |
supportsTablespaces()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DB2Database()
Method Detail |
---|
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public int getPriority()
public String getTypeName()
Database
protected String getDefaultDatabaseSchemaName() throws DatabaseException
getDefaultDatabaseSchemaName
in class AbstractDatabase
DatabaseException
public boolean supportsInitiallyDeferrableColumns()
Database
public String getAutoIncrementClause()
AbstractDatabase
getAutoIncrementClause
in interface Database
getAutoIncrementClause
in class AbstractDatabase
public String getCurrentDateTimeFunction()
Database
public String getDateLiteral(String isoDate)
getDateLiteral
in interface Database
getDateLiteral
in class AbstractDatabase
public boolean shouldQuoteValue(String value)
shouldQuoteValue
in interface Database
shouldQuoteValue
in class AbstractDatabase
public boolean supportsTablespaces()
public String getViewDefinition(String schemaName, String name) throws DatabaseException
getViewDefinition
in interface Database
getViewDefinition
in class AbstractDatabase
DatabaseException
public Date parseDate(String dateAsString) throws DateParseException
parseDate
in interface Database
parseDate
in class AbstractDatabase
DateParseException
public String convertRequestedSchemaToSchema(String requestedSchema) throws DatabaseException
convertRequestedSchemaToSchema
in interface Database
convertRequestedSchemaToSchema
in class AbstractDatabase
DatabaseException
public String convertRequestedSchemaToCatalog(String requestedSchema) throws DatabaseException
convertRequestedSchemaToCatalog
in interface Database
convertRequestedSchemaToCatalog
in class AbstractDatabase
DatabaseException
public String generatePrimaryKeyName(String tableName)
generatePrimaryKeyName
in interface Database
generatePrimaryKeyName
in class AbstractDatabase
public String escapeIndexName(String schemaName, String indexName)
escapeIndexName
in interface Database
escapeIndexName
in class AbstractDatabase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |