|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractDatabase
liquibase.database.core.MaxDBDatabase
public class MaxDBDatabase
Field Summary | |
---|---|
static String |
PRODUCT_NAME
|
protected Set<String> |
systemTablesAndViews
|
Fields inherited from class liquibase.database.AbstractDatabase |
---|
currentDateTimeFunction, databaseFunctions, defaultAutoIncrementBy, defaultAutoIncrementStartWith |
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
MaxDBDatabase()
|
Method Summary | |
---|---|
String |
getCurrentDateTimeFunction()
Returns database-specific function for generating the current date/time. |
protected String |
getDefaultDatabaseSchemaName()
|
String |
getDefaultDriver(String url)
If this database understands the given url, return the default driver class name. |
int |
getPriority()
|
Set<String> |
getSystemTablesAndViews()
Returns system (undroppable) tables and views. |
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. |
boolean |
isSystemTable(String catalogName,
String schemaName,
String tableName)
|
boolean |
isSystemView(String catalogName,
String schemaName,
String tableName)
|
boolean |
supportsAutoIncrement()
|
boolean |
supportsInitiallyDeferrableColumns()
Returns whether this database support initially deferrable columns. |
boolean |
supportsSequences()
Does the database type support sequence. |
boolean |
supportsTablespaces()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PRODUCT_NAME
protected Set<String> systemTablesAndViews
Constructor Detail |
---|
public MaxDBDatabase()
Method Detail |
---|
public int getPriority()
public Set<String> getSystemTablesAndViews()
AbstractDatabase
getSystemTablesAndViews
in class AbstractDatabase
public String getTypeName()
Database
public boolean supportsInitiallyDeferrableColumns()
Database
public boolean supportsSequences()
AbstractDatabase
supportsSequences
in interface Database
supportsSequences
in class AbstractDatabase
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public String getCurrentDateTimeFunction()
Database
protected String getDefaultDatabaseSchemaName() throws DatabaseException
getDefaultDatabaseSchemaName
in class AbstractDatabase
DatabaseException
public boolean isSystemTable(String catalogName, String schemaName, String tableName)
isSystemTable
in interface Database
isSystemTable
in class AbstractDatabase
public boolean isSystemView(String catalogName, String schemaName, String tableName)
isSystemView
in interface Database
isSystemView
in class AbstractDatabase
public boolean supportsTablespaces()
public boolean supportsAutoIncrement()
supportsAutoIncrement
in interface Database
supportsAutoIncrement
in class AbstractDatabase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |