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, quoteString
public String createBlobExpression(byte[] blob)
GeneratorDialect
createBlobExpression
in class GeneratorDialect
blob
- the bytes to convertCopyright © 2016 fastnate.org. All rights reserved.