| 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, versionColumnDefinitionpublic Generator<LimitedElement> limitGenerator()
limitGenerator in interface PlatformlimitGenerator in class Genericpublic boolean supportsGeneratedColumnsInPrepareStatement()
supportsGeneratedColumnsInPrepareStatement in interface PlatformsupportsGeneratedColumnsInPrepareStatement in class GenericConnection.prepareStatement(String, String[])
method should be used to get the generated key set when inserting records.