|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.AbstractJdbcDatabase
liquibase.database.core.HsqlDatabase
public class HsqlDatabase
Field Summary |
---|
Fields inherited from class liquibase.database.AbstractJdbcDatabase |
---|
currentDateTimeFunction, dateFunctions, defaultAutoIncrementBy, defaultAutoIncrementStartWith, quotingEndCharacter, quotingStartCharacter, quotingStrategy, sequenceCurrentValueFunction, sequenceNextValueFunction, unmodifiableDataTypes, unquotedObjectsAreUppercased |
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
HsqlDatabase()
|
Method Summary | |
---|---|
protected String |
doGetDefaultCatalogName()
|
protected String |
doGetDefaultSchemaName()
Overwrite this method to get the default schema name for the connection. |
String |
getConcatSql(String... values)
Returns SQL to concat the passed values. |
String |
getDateLiteral(String isoDate)
Return a date literal with the same value as a string formatted using ISO 8601. |
protected String |
getDefaultDatabaseProductName()
|
String |
getDefaultDriver(String url)
If this database understands the given url, return the default driver class name. |
Integer |
getDefaultPort()
|
String |
getJdbcCatalogName(CatalogAndSchema schema)
|
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. |
boolean |
isReservedWord(String value)
|
Date |
parseDate(String dateAsString)
|
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 HsqlDatabase()
Method Detail |
---|
public boolean isCorrectDatabaseImplementation(DatabaseConnection conn) throws DatabaseException
Database
DatabaseException
public String getDefaultDriver(String url)
Database
public Integer getDefaultPort()
protected String getDefaultDatabaseProductName()
getDefaultDatabaseProductName
in class AbstractJdbcDatabase
public int getPriority()
public String getShortName()
Database
public boolean supportsSequences()
AbstractJdbcDatabase
supportsSequences
in interface Database
supportsSequences
in class AbstractJdbcDatabase
public boolean supportsInitiallyDeferrableColumns()
Database
protected String doGetDefaultCatalogName() throws DatabaseException
doGetDefaultCatalogName
in class AbstractJdbcDatabase
DatabaseException
protected String doGetDefaultSchemaName()
AbstractJdbcDatabase
doGetDefaultSchemaName
in class AbstractJdbcDatabase
public String getConcatSql(String... values)
Database
getConcatSql
in interface Database
getConcatSql
in class AbstractJdbcDatabase
public String getDateLiteral(String isoDate)
AbstractJdbcDatabase
getDateLiteral
in interface Database
getDateLiteral
in class AbstractJdbcDatabase
public Date parseDate(String dateAsString) throws DateParseException
parseDate
in interface Database
parseDate
in class AbstractJdbcDatabase
DateParseException
public boolean supportsTablespaces()
public boolean isReservedWord(String value)
isReservedWord
in interface Database
isReservedWord
in class AbstractJdbcDatabase
public String getJdbcCatalogName(CatalogAndSchema schema)
getJdbcCatalogName
in class AbstractJdbcDatabase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |