|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractJdbcDatabase
liquibase.database.core.UnsupportedDatabase
public class UnsupportedDatabase
Field Summary |
---|
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
COMPARATOR, 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 |
getDefaultDatabaseProductName()
|
String |
getDefaultDriver(String url)
If this database understands the given url, return the default driver class name. |
Integer |
getDefaultPort()
|
int |
getPriority()
|
String |
getShortName()
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 |
supportsSequences()
Does the database type support sequence. |
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 AbstractJdbcDatabase
public String getDefaultCatalogName()
getDefaultCatalogName
in interface Database
getDefaultCatalogName
in class AbstractJdbcDatabase
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public String getShortName()
Database
public Integer getDefaultPort()
protected String getDefaultDatabaseProductName()
getDefaultDatabaseProductName
in class AbstractJdbcDatabase
public boolean supportsInitiallyDeferrableColumns()
Database
public String getCurrentDateTimeFunction()
Database
getCurrentDateTimeFunction
in interface Database
getCurrentDateTimeFunction
in class AbstractJdbcDatabase
public boolean supportsTablespaces()
public boolean supportsSequences()
AbstractJdbcDatabase
supportsSequences
in interface Database
supportsSequences
in class AbstractJdbcDatabase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |