Modifier and Type | Class and Description |
---|---|
protected static class |
SQLite.InsertOrReplace |
Constructor and Description |
---|
SQLite() |
Modifier and Type | Method and Description |
---|---|
void |
addMappings(Mapping mapping)
Given the attribute and
FieldType allows the platform to replace the storage type
with a platform specific one. |
GeneratedColumnDefinition |
generatedColumnDefinition() |
LimitGenerator |
limitGenerator() |
boolean |
supportsAddingConstraint() |
boolean |
supportsGeneratedKeysInBatchUpdate() |
boolean |
supportsUpsert() |
Generator<Map<Expression<?>,Object>> |
upsertGenerator() |
orderByGenerator, supportsGeneratedColumnsInPrepareStatement, supportsIfExists, supportsInlineForeignKeyReference, toString, versionColumnDefinition
public boolean supportsGeneratedKeysInBatchUpdate()
supportsGeneratedKeysInBatchUpdate
in interface Platform
supportsGeneratedKeysInBatchUpdate
in class Generic
Statement.getGeneratedKeys()
.public boolean supportsAddingConstraint()
supportsAddingConstraint
in interface Platform
supportsAddingConstraint
in class Generic
public GeneratedColumnDefinition generatedColumnDefinition()
generatedColumnDefinition
in interface Platform
generatedColumnDefinition
in class Generic
public LimitGenerator limitGenerator()
limitGenerator
in interface Platform
limitGenerator
in class Generic
public Generator<Map<Expression<?>,Object>> upsertGenerator()
upsertGenerator
in interface Platform
upsertGenerator
in class Generic
public boolean supportsUpsert()
supportsUpsert
in interface Platform
supportsUpsert
in class Generic
Platform.upsertGenerator()
public void addMappings(Mapping mapping)
Platform
FieldType
allows the platform to replace the storage type
with a platform specific one. Substitution occurs both for table generation and entity
property conversion.addMappings
in interface Platform
addMappings
in class Generic
mapping
- mapping containing type information of what is being read or written.