|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractDatabase
liquibase.database.core.UnsupportedDatabase
public class UnsupportedDatabase
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 | |
---|---|
UnsupportedDatabase()
|
Method Summary | |
---|---|
String |
getCurrentDateTimeFunction()
Returns database-specific function for generating the current date/time. |
String |
getDefaultCatalogName()
Always returns null or DATABASECHANGELOG table may not be found. |
protected String |
getDefaultDatabaseSchemaName()
Always returns null or DATABASECHANGELOG table may not be found. |
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. |
boolean |
isCorrectDatabaseImplementation(DatabaseConnection conn)
Is this AbstractDatabase subclass the correct one to use for the given connection. |
void |
setConnection(DatabaseConnection conn)
|
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 UnsupportedDatabase()
Method Detail |
---|
public int getPriority()
public void setConnection(DatabaseConnection conn)
setConnection
in interface Database
setConnection
in class AbstractDatabase
public String getDefaultCatalogName() throws DatabaseException
getDefaultCatalogName
in interface Database
getDefaultCatalogName
in class AbstractDatabase
DatabaseException
protected String getDefaultDatabaseSchemaName() throws DatabaseException
getDefaultDatabaseSchemaName
in class AbstractDatabase
DatabaseException
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public String getTypeName()
Database
public boolean supportsInitiallyDeferrableColumns()
Database
public String getCurrentDateTimeFunction()
Database
public boolean supportsTablespaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |