public class H2Dialect extends GeneratorDialect
NOW| Constructor and Description |
|---|
H2Dialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
createBlobExpression(byte[] blob)
Converts the given byte array to an SQL expression for the current database.
|
addQuotedCharacter, adjustNextIdentityValue, adjustNextSequenceValue, buildCurrentSequenceValue, buildNextSequenceValue, convertBooleanValue, convertNumberValue, convertTemporalValue, convertTemporalValue, convertToDatabaseDate, createAddDateExpression, createHexBlobExpression, getAutoGenerationType, getConcatOperator, getEmptyValuesExpression, getLetter, getOptionalTable, isEmptyStringEqualToNull, isEmulatingSequences, isFastInTransaction, isIdentitySupported, isNextSequenceValueInInsertSupported, isSelectFromSameTableInInsertSupported, isSequenceInWhereSupported, isSequenceSupported, isSettingIdentityAllowed, quoteString, truncateTablepublic String createBlobExpression(byte[] blob)
GeneratorDialectcreateBlobExpression in class GeneratorDialectblob - the bytes to convertCopyright © 2022 fastnate.org. All rights reserved.