Constructor and Description |
---|
HSQL() |
Modifier and Type | Method and Description |
---|---|
Generator<LimitedElement> |
limitGenerator() |
boolean |
supportsGeneratedColumnsInPrepareStatement() |
addMappings, generatedColumnDefinition, orderByGenerator, supportsAddingConstraint, supportsGeneratedKeysInBatchUpdate, supportsIfExists, supportsInlineForeignKeyReference, supportsUpsert, toString, upsertGenerator, versionColumnDefinition
public Generator<LimitedElement> limitGenerator()
limitGenerator
in interface Platform
limitGenerator
in class Generic
public boolean supportsGeneratedColumnsInPrepareStatement()
supportsGeneratedColumnsInPrepareStatement
in interface Platform
supportsGeneratedColumnsInPrepareStatement
in class Generic
Connection.prepareStatement(String, String[])
method should be used to get the generated key set when inserting records.