public class H2Dialect extends Dialect
CLOSED_QUOTE, DEFAULT_BATCH_SIZE, LEGACY_LOB_MERGE_STRATEGY, NEW_LOCATOR_LOB_MERGE_STRATEGY, NO_BATCH, QUOTE, STREAM_XFER_LOB_MERGE_STRATEGY| Constructor and Description | 
|---|
H2Dialect()
Constructs a H2Dialect 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
bindLimitParametersFirst()
Does the LIMIT clause come at the start of the
 SELECT statement, rather than at the end? 
 | 
boolean | 
bindLimitParametersInReverseOrder()
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit. 
 | 
SQLExceptionConversionDelegate | 
buildSQLExceptionConversionDelegate()
Build an instance of a  
SQLExceptionConversionDelegate for
 interpreting dialect-specific error or SQLState codes. | 
boolean | 
doesReadCommittedCauseWritersToBlockReaders()
For the underlying database, is READ_COMMITTED isolation implemented by
 forcing readers to wait for write locks to be released? 
 | 
boolean | 
dropConstraints()
Do we need to drop constraints before dropping tables in this dialect? 
 | 
boolean | 
dropTemporaryTableAfterUse()
Do we need to drop the temporary table after use? 
 | 
String | 
getAddColumnString()
The syntax used to add a column to a table (optional). 
 | 
String | 
getCreateSequenceString(String sequenceName)
Typically dialects which support sequences can create a sequence
 with a single command. 
 | 
String | 
getCreateTemporaryTablePostfix()
Get any fragments needing to be postfixed to the command for
 temporary table creation. 
 | 
String | 
getCreateTemporaryTableString()
Command used to create a temporary table. 
 | 
String | 
getCurrentTimestampSelectString()
Retrieve the command used to retrieve the current timestamp from the
 database. 
 | 
String | 
getDropSequenceString(String sequenceName)
Typically dialects which support sequences can drop a sequence
 with a single command. 
 | 
String | 
getForUpdateString()
Get the string to append to SELECT statements to acquire locks
 for this dialect. 
 | 
String | 
getIdentityColumnString()
The syntax used during DDL to define a column as being an IDENTITY. 
 | 
String | 
getIdentityInsertString()
The keyword used to insert a generated value into an identity column (or null). 
 | 
String | 
getIdentitySelectString()
Get the select command to use to retrieve the last generated IDENTITY
 value. 
 | 
String | 
getLimitString(String sql,
              boolean hasOffset)
Apply s limit clause to the query. 
 | 
String | 
getQuerySequencesString()
Get the select command used retrieve the names of all sequences. 
 | 
String | 
getSelectSequenceNextValString(String sequenceName)
Generate the select expression fragment that will retrieve the next
 value of a sequence as part of another (typically DML) statement. 
 | 
String | 
getSequenceNextValString(String sequenceName)
Generate the appropriate select statement to to retrieve the next value
 of a sequence. 
 | 
ViolatedConstraintNameExtracter | 
getViolatedConstraintNameExtracter()  | 
boolean | 
isCurrentTimestampSelectStringCallable()
Should the value returned by  
Dialect.getCurrentTimestampSelectString()
 be treated as callable. | 
Boolean | 
performTemporaryTableDDLInIsolation()
Does the dialect require that temporary table DDL statements occur in
 isolation from other statements?  This would be the case if the creation
 would cause any current transaction to get committed implicitly. 
 | 
boolean | 
requiresParensForTupleDistinctCounts()
If  
Dialect.supportsTupleDistinctCounts() is true, does the Dialect require the tuple to be wrapped with parens? | 
boolean | 
supportsCurrentTimestampSelection()
Does this dialect support a way to retrieve the database's current
 timestamp value? 
 | 
boolean | 
supportsIdentityColumns()
Does this dialect support identity column key generation? 
 | 
boolean | 
supportsIfExistsAfterTableName()
For dropping a table, can the phrase "if exists" be applied after the table name?
 
 NOTE : Only one or the other (or neither) of this and  
Dialect.supportsIfExistsBeforeTableName() should return true | 
boolean | 
supportsIfExistsBeforeConstraintName()
For dropping a constraint with an "alter table", can the phrase "if exists" be applied before the constraint name?
 
 NOTE : Only one or the other (or neither) of this and  
Dialect.supportsIfExistsAfterConstraintName() should return true | 
boolean | 
supportsLimit()
Does this dialect support some form of limiting query results
 via a SQL clause? 
 | 
boolean | 
supportsLobValueChangePropogation()
Does the dialect support propagating changes to LOB
 values back to the database?  Talking about mutating the
 internal value of the locator as opposed to supplying a new
 locator instance... 
 | 
boolean | 
supportsPooledSequences()
Does this dialect support "pooled" sequences. 
 | 
boolean | 
supportsSequences()
Does this dialect support sequences? 
 | 
boolean | 
supportsTemporaryTables()
Does this dialect support temporary tables? 
 | 
boolean | 
supportsTuplesInSubqueries()
Does this dialect support tuples in subqueries?  Ex:
 delete from Table1 where (col1, col2) in (select col1, col2 from Table2) 
 | 
boolean | 
supportsUnionAll()
Does this dialect support UNION ALL, which is generally a faster
 variant of UNION? 
 | 
appendIdentitySelectToInsert, appendLockHint, appendLockHint, applyLocksToSql, areStringComparisonsCaseInsensitive, buildLimitHandler, buildSQLExceptionConverter, cast, cast, cast, closeQuote, contributeTypes, convertToFirstRowValue, createCaseFragment, createOuterJoinFragment, defaultScrollMode, doesRepeatableReadCauseReadersToBlockWriters, forceLimitUsage, forceLobAsLastValue, forUpdateOfColumns, generateTemporaryTableName, getAddColumnSuffixString, getAddForeignKeyConstraintString, getAddPrimaryKeyConstraintString, getAddUniqueConstraintString, getCallableStatementSupport, getCascadeConstraintsString, getCaseInsensitiveLike, getCastTypeName, getColumnAliasExtractor, getColumnComment, getCreateMultisetTableString, getCreateSchemaCommand, getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getCreateTableString, getCrossJoinSeparator, getCurrentTimestampSQLFunctionName, getDefaultProperties, getDialect, getDialect, getDropForeignKeyString, getDropSchemaCommand, getDropSequenceStrings, getDropTableString, getDropTemporaryTableString, getForUpdateNowaitString, getForUpdateNowaitString, getForUpdateSkipLockedString, getForUpdateSkipLockedString, getForUpdateString, getForUpdateString, getForUpdateString, getForUpdateString, getFunctions, getHibernateTypeName, getHibernateTypeName, getIdentityColumnString, getIdentitySelectString, getInExpressionCountLimit, getKeywords, getLimitString, getLobMergeStrategy, getLockingStrategy, getLowercaseFunction, getMaxAliasLength, getNativeIdentifierGeneratorClass, getNoColumnsInsertString, getNotExpression, getNullColumnString, getQueryHintString, getReadLockString, getResultSet, getResultSet, getResultSet, getSelectClauseNullString, getSelectGUIDString, getSqlTypeDescriptorOverride, getTableComment, getTableTypeString, getTypeName, getTypeName, getUniqueDelegate, getWriteLockString, hasAlterTable, hasDataTypeInIdentityColumn, hasSelfReferentialForeignKeyBug, isLockTimeoutParameterized, openQuote, qualifyIndexName, quote, registerColumnType, registerColumnType, registerFunction, registerHibernateType, registerHibernateType, registerKeyword, registerResultSetOutParameter, registerResultSetOutParameter, remapSqlTypeDescriptor, renderOrderByElement, replaceResultVariableInOrderByClauseWithPosition, requiresCastingOfParametersInSelectClause, supportsBindAsCallableArgument, supportsCascadeDelete, supportsCaseInsensitiveLike, supportsCircularCascadeDeleteConstraints, supportsColumnCheck, supportsCommentOn, supportsEmptyInList, supportsExistsInSelect, supportsExpectedLobUsagePattern, supportsIfExistsAfterConstraintName, supportsIfExistsBeforeTableName, supportsInsertSelectIdentity, supportsLimitOffset, supportsLockTimeouts, supportsNotNullUnique, supportsOuterJoinForUpdate, supportsParametersInInsertSelect, supportsResultSetPositionQueryMethodsOnForwardOnlyCursor, supportsRowValueConstructorSyntax, supportsRowValueConstructorSyntaxInInList, supportsSubqueryOnMutatingTable, supportsSubselectAsInPredicateLHS, supportsTableCheck, supportsTupleCounts, supportsTupleDistinctCounts, supportsUnboundedLobLocatorMaterialization, supportsUnique, supportsUniqueConstraintInCreateAlterTable, supportsVariableLimit, toBooleanValueString, toString, transformSelectString, useFollowOnLocking, useInputStreamToInsertBlob, useMaxForLimitpublic String getAddColumnString()
DialectgetAddColumnString in class Dialectpublic boolean supportsIdentityColumns()
DialectsupportsIdentityColumns in class Dialectpublic String getIdentityColumnString()
DialectgetIdentityColumnString in class Dialectpublic String getIdentitySelectString()
DialectgetIdentitySelectString in class Dialectpublic String getIdentityInsertString()
DialectgetIdentityInsertString in class Dialectpublic String getForUpdateString()
DialectgetForUpdateString in class Dialectpublic boolean supportsLimit()
DialectsupportsLimit in class Dialectpublic String getLimitString(String sql, boolean hasOffset)
Dialectvariable
 limit clauses when they support limits.  Thus, when building the
 select command we do not actually need to know the limit or the offest
 since we will just be using placeholders.
 
 Here we do still pass along whether or not an offset was specified
 so that dialects not supporting offsets can generate proper exceptions.
 In general, dialects will override one or the other of this method and
 Dialect.getLimitString(String, int, int).getLimitString in class Dialectsql - The query to which to apply the limit.hasOffset - Is the query requesting an offset?public boolean bindLimitParametersInReverseOrder()
DialectbindLimitParametersInReverseOrder in class Dialectpublic boolean bindLimitParametersFirst()
DialectbindLimitParametersFirst in class Dialectpublic boolean supportsIfExistsAfterTableName()
DialectDialect.supportsIfExistsBeforeTableName() should return truesupportsIfExistsAfterTableName in class Dialecttrue if the "if exists" can be applied after the table namepublic boolean supportsIfExistsBeforeConstraintName()
DialectDialect.supportsIfExistsAfterConstraintName() should return truesupportsIfExistsBeforeConstraintName in class Dialecttrue if the "if exists" can be applied before the constraint namepublic boolean supportsSequences()
DialectsupportsSequences in class Dialectpublic boolean supportsPooledSequences()
DialectsupportsPooledSequences in class DialectDialect.getCreateSequenceStrings(String, int, int), 
Dialect.getCreateSequenceString(String, int, int)public String getCreateSequenceString(String sequenceName)
DialectDialect.getCreateSequenceStrings(java.lang.String) to help facilitate that.
 
 Dialects which support sequences and can create a sequence in a
 single command need *only* override this method.  Dialects
 which support sequences but require multiple commands to create
 a sequence should instead override Dialect.getCreateSequenceStrings(java.lang.String).getCreateSequenceString in class DialectsequenceName - The name of the sequencepublic String getDropSequenceString(String sequenceName)
DialectDialect.getDropSequenceStrings(java.lang.String) to help facilitate that.
 
 Dialects which support sequences and can drop a sequence in a
 single command need *only* override this method.  Dialects
 which support sequences but require multiple commands to drop
 a sequence should instead override Dialect.getDropSequenceStrings(java.lang.String).getDropSequenceString in class DialectsequenceName - The name of the sequencepublic String getSelectSequenceNextValString(String sequenceName)
DialectDialect.getSequenceNextValString(String) in that this
 should return an expression usable within another statement.getSelectSequenceNextValString in class DialectsequenceName - the name of the sequencepublic String getSequenceNextValString(String sequenceName)
DialectgetSequenceNextValString in class DialectsequenceName - the name of the sequencepublic String getQuerySequencesString()
DialectgetQuerySequencesString in class DialectSchemaUpdatepublic ViolatedConstraintNameExtracter getViolatedConstraintNameExtracter()
getViolatedConstraintNameExtracter in interface ConversionContextgetViolatedConstraintNameExtracter in class Dialectpublic SQLExceptionConversionDelegate buildSQLExceptionConversionDelegate()
DialectSQLExceptionConversionDelegate for
 interpreting dialect-specific error or SQLState codes.
 
 When Dialect.buildSQLExceptionConverter() returns null, the default 
 SQLExceptionConverter is used to interpret SQLState and
 error codes. If this method is overridden to return a non-null value,
 the default SQLExceptionConverter will use the returned
 SQLExceptionConversionDelegate in addition to the following 
 standard delegates:
 buildSQLExceptionConversionDelegate in class Dialectpublic boolean supportsTemporaryTables()
DialectsupportsTemporaryTables in class Dialectpublic String getCreateTemporaryTableString()
DialectgetCreateTemporaryTableString in class Dialectpublic String getCreateTemporaryTablePostfix()
DialectgetCreateTemporaryTablePostfix in class Dialectpublic Boolean performTemporaryTableDDLInIsolation()
DialectDatabaseMetaData.dataDefinitionCausesTransactionCommit()
 method.  However, that does not distinguish between temporary table
 DDL and other forms of DDL; MySQL, for example, reports DDL causing a
 transaction commit via its driver, even though that is not the case for
 temporary table DDL.
 
 Possible return values and their meanings:Boolean.TRUE - Unequivocally, perform the temporary table DDL
 in isolation.Boolean.FALSE - Unequivocally, do not perform the
 temporary table DDL in isolation.DatabaseMetaData.dataDefinitionCausesTransactionCommit()performTemporaryTableDDLInIsolation in class Dialectpublic boolean dropTemporaryTableAfterUse()
DialectdropTemporaryTableAfterUse in class Dialectpublic boolean supportsCurrentTimestampSelection()
DialectsupportsCurrentTimestampSelection in class Dialectpublic boolean isCurrentTimestampSelectStringCallable()
DialectDialect.getCurrentTimestampSelectString()
 be treated as callable.  Typically this indicates that JDBC escape
 syntax is being used...isCurrentTimestampSelectStringCallable in class DialectDialect.getCurrentTimestampSelectString() return
 is callable; false otherwise.public String getCurrentTimestampSelectString()
DialectgetCurrentTimestampSelectString in class Dialectpublic boolean supportsUnionAll()
DialectsupportsUnionAll in class Dialectpublic boolean supportsLobValueChangePropogation()
DialectBlob.setBinaryStream(long),
 Blob.setBytes(long, byte[]),
 Blob.setBytes(long, byte[], int, int),
 or Blob.truncate(long).
 
 For CLOBs, the internal value might be changed by:
 Clob.setAsciiStream(long),
 Clob.setCharacterStream(long),
 Clob.setString(long, String),
 Clob.setString(long, String, int, int),
 or Clob.truncate(long).
 
 NOTE : I do not know the correct answer currently for
 databases which (1) are not part of the cruise control process
 or (2) do not Dialect.supportsExpectedLobUsagePattern().supportsLobValueChangePropogation in class Dialectpublic boolean requiresParensForTupleDistinctCounts()
DialectDialect.supportsTupleDistinctCounts() is true, does the Dialect require the tuple to be wrapped with parens?requiresParensForTupleDistinctCounts in class Dialectpublic boolean doesReadCommittedCauseWritersToBlockReaders()
DialectdoesReadCommittedCauseWritersToBlockReaders in class Dialectpublic boolean supportsTuplesInSubqueries()
DialectsupportsTuplesInSubqueries in class Dialectpublic boolean dropConstraints()
DialectdropConstraints in class DialectCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.