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, convertTemporalValue, createHexBlobExpression, createSql, getAutoGenerationType, getOptionalTable, isEmptyStringEqualToNull, isIdentitySupported, isNextSequenceValueInInsertSupported, isSequenceInWhereSupported, isSequenceSupported, quoteStringpublic String createBlobExpression(byte[] blob)
GeneratorDialectcreateBlobExpression in class GeneratorDialectblob - the bytes to convertCopyright © 2016 fastnate.org. All rights reserved.