public class H2DatabaseType extends SimpleDatabaseType
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_SYNTAXEND_ESCAPE_CHARACTER_SQUARE_BRACKET, ESCAPE_CHARACTER_BACK_TICK, ESCAPE_CHARACTER_DOUBLE_QUOTE, START_ESCAPE_CHARACTER_SQUARE_BRACKET| Constructor and Description |
|---|
H2DatabaseType() |
| 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.
|
matchesConnectionequals, getChangeColumnTypeSQL, getConstraintNameClipLength, getDropIndexSQL, getFieldTypeName, getName, getReservedKeywords, getSchemaName, hashCode, initialize, isProductNameInPrefixList, productNameMatches, productNamesMatch, registerWithFactory, toString, versionGreaterThanOrEqual, versionGreaterThanOrEqual, versionLessThanOrEqualclone, finalize, getClass, notify, notifyAll, wait, wait, waitenableEscaping, escapeColumnName, getEndEscapeCharacter, getStartEscapeCharacterprotected String getChangeColumnTypeStructure()
getChangeColumnTypeStructure in class AbstractDatabaseTypepublic String getDropIndexStructure()
getDropIndexStructure in class AbstractDatabaseTypepublic String getSimpleSelectSqlSyntax(boolean clusterMode)
DatabaseTypeCopyright © 2024 Atlassian. All rights reserved.