public class Hsql233DatabaseType extends AbstractDatabaseType
ALTER_TABLE_DROP_INDEX, CHANGE_COLUMN_TYPE_CLAUSE_STRUCTURE_STANDARD_ALTER_COLUMN, CHANGE_COLUMN_TYPE_CLAUSE_STRUCTURE_STANDARD_MODIFY, DROP_INDEX_SCHEMA_DOT_INDEX, DROP_INDEX_SCHEMA_DOT_TABLE_DOT_INDEX, STANDARD_SELECT_FOR_UPDATE_SYNTAXSTANDARD_SELECT_SYNTAX| Constructor and Description |
|---|
Hsql233DatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getChangeColumnTypeStructure() |
String |
getDropIndexStructure() |
String |
getSimpleSelectSqlSyntax(boolean clusterMode)
Based on the cluster mode parameter, and the capabilities of the database, return the appropriate SELECT
statement for usage.
|
boolean |
matchesConnection(Connection con)
Checks whether the connection object passed in matches the database type represented
by this instance of the DatabaseType class.
|
getChangeColumnTypeSQL, getConstraintNameClipLength, getDropIndexSQL, getFieldTypeName, getName, getSchemaName, isProductNameInPrefixList, productNameMatches, productNamesMatch, registerWithFactory, toString, versionGreaterThanOrEqual, versionGreaterThanOrEqual, versionLessThanOrEqualpublic boolean matchesConnection(Connection con) throws SQLException
AbstractDatabaseTypematchesConnection in interface DatabaseTypematchesConnection in class AbstractDatabaseTypeSQLExceptionpublic String getSimpleSelectSqlSyntax(boolean clusterMode)
DatabaseTypeprotected String getChangeColumnTypeStructure()
getChangeColumnTypeStructure in class AbstractDatabaseTypepublic String getDropIndexStructure()
getDropIndexStructure in class AbstractDatabaseTypeCopyright © 2018 Atlassian. All rights reserved.