|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractDatabase
liquibase.database.core.FirebirdDatabase
public class FirebirdDatabase
Firebird database implementation. SQL Syntax ref: http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_60_sqlref
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 | |
---|---|
FirebirdDatabase()
|
Method Summary | |
---|---|
String |
convertRequestedSchemaToSchema(String requestedSchema)
|
String |
getCurrentDateTimeFunction()
Returns database-specific function for generating the current date/time. |
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. |
boolean |
isSystemTable(String catalogName,
String schemaName,
String tableName)
|
boolean |
supportsAutoIncrement()
|
boolean |
supportsDDLInTransaction()
By default databases should support DDL within a transaction. |
boolean |
supportsInitiallyDeferrableColumns()
Returns whether this database support initially deferrable columns. |
boolean |
supportsSchemas()
|
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 FirebirdDatabase()
Method Detail |
---|
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public int getPriority()
public String getTypeName()
Database
public boolean supportsSequences()
AbstractDatabase
supportsSequences
in interface Database
supportsSequences
in class AbstractDatabase
public boolean supportsInitiallyDeferrableColumns()
Database
public String getCurrentDateTimeFunction()
Database
public boolean supportsTablespaces()
public boolean supportsDDLInTransaction()
AbstractDatabase
supportsDDLInTransaction
in interface Database
supportsDDLInTransaction
in class AbstractDatabase
public boolean isSystemTable(String catalogName, String schemaName, String tableName)
isSystemTable
in interface Database
isSystemTable
in class AbstractDatabase
public boolean supportsAutoIncrement()
supportsAutoIncrement
in interface Database
supportsAutoIncrement
in class AbstractDatabase
public boolean supportsSchemas()
supportsSchemas
in interface Database
supportsSchemas
in class AbstractDatabase
public String convertRequestedSchemaToSchema(String requestedSchema) throws DatabaseException
convertRequestedSchemaToSchema
in interface Database
convertRequestedSchemaToSchema
in class AbstractDatabase
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |