public class SQLitePlatform extends DatabasePlatform
blobDbType, booleanDbType, clobDbType, closeQuote, dbDdlSyntax, dbEncrypt, dbIdentity, dbTypeMap, forwardOnlyHintOnFindIterate, idInExpandedForm, name, openQuote, selectCountWithAlias, sqlLimiter, treatEmptyStringsAsNull| Constructor and Description |
|---|
SQLitePlatform() |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
createSequenceIdGenerator(BackgroundExecutor be,
DataSource ds,
String seqName,
int batchSize)
Return null in case there is a sequence annotation.
|
completeSql, convertQuotedIdentifiers, getBlobDbType, getBooleanDbType, getClobDbType, getCloseQuote, getDbDdlSyntax, getDbEncrypt, getDbIdentity, getDbTypeMap, getName, getOpenQuote, getSqlLimiter, isForwardOnlyHintOnFindIterate, isIdInExpandedForm, isSelectCountWithAlias, isTreatEmptyStringsAsNull, setDbEncrypt, setForwardOnlyHintOnFindIterate, withForUpdatepublic IdGenerator createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)
createSequenceIdGenerator in class DatabasePlatformbe - the BackgroundExecutor that can be used to load the sequence if
desiredds - the DataSourceseqName - the name of the sequencebatchSize - the number of sequences that should be loadedCopyright © 2014. All Rights Reserved.