public class SqliteDatabaseType
extends com.j256.ormlite.db.BaseSqliteDatabaseType
| Constructor and Description |
|---|
SqliteDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendLimitValue(StringBuilder sb,
long limit,
Long offset) |
void |
appendOffsetValue(StringBuilder sb,
long offset) |
String |
getDatabaseName() |
protected String[] |
getDriverClassNames() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
boolean |
isLimitDeleteAtEndSupported() |
boolean |
isLimitUpdateAtEndSupported() |
boolean |
isNestedSavePointsSupported() |
boolean |
isOffsetLimitArgument() |
appendInsertNoColumns, appendLongType, configureGeneratedId, generatedIdSqlAtEnd, getFieldConverter, isCreateIfNotExistsSupported, isCreateTableReturnsZero, isVarcharFieldWidthSupportedaddPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendBooleanType, appendByteArrayType, appendByteType, appendCharType, appendColumnArg, appendCreateSchemaSuffix, appendCreateTableSuffix, appendDateType, appendDeleteLimitValue, appendDoubleType, appendEscapedEntityName, appendEscapedWord, appendFloatType, appendIntegerType, appendLongStringType, appendSelectNextValFromSequence, appendSerializableType, appendShortType, appendStringType, appendUpdateLimitValue, appendUuidNativeType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generateIdSequenceName, getCommentLinePrefix, getDataPersister, getPingStatement, isAllowGeneratedIdInsertSupported, isBatchUseTransaction, isCreateIndexIfNotExistsSupported, isCreateSchemaIfNotExistsSupported, isCreateSchemaReturnsNegative, isCreateSchemaReturnsZero, isCreateTableReturnsNegative, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitAfterDeleteSupported, isLimitAfterSelect, isLimitAfterUpdateSupported, isLimitSqlSupported, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isSequenceNamesMustBeLowerCase, isTruncateSupported, loadDriver, setDriver, upCaseEntityName, upCaseStringprotected String[] getDriverClassNames()
getDriverClassNames in class com.j256.ormlite.db.BaseDatabaseTypepublic String getDatabaseName()
public void appendLimitValue(StringBuilder sb, long limit, Long offset)
appendLimitValue in interface com.j256.ormlite.db.DatabaseTypeappendLimitValue in class com.j256.ormlite.db.BaseDatabaseTypepublic boolean isOffsetLimitArgument()
isOffsetLimitArgument in interface com.j256.ormlite.db.DatabaseTypeisOffsetLimitArgument in class com.j256.ormlite.db.BaseDatabaseTypepublic boolean isNestedSavePointsSupported()
isNestedSavePointsSupported in interface com.j256.ormlite.db.DatabaseTypeisNestedSavePointsSupported in class com.j256.ormlite.db.BaseDatabaseTypepublic void appendOffsetValue(StringBuilder sb, long offset)
appendOffsetValue in interface com.j256.ormlite.db.DatabaseTypeappendOffsetValue in class com.j256.ormlite.db.BaseDatabaseTypepublic boolean isLimitUpdateAtEndSupported()
isLimitUpdateAtEndSupported in interface com.j256.ormlite.db.DatabaseTypeisLimitUpdateAtEndSupported in class com.j256.ormlite.db.BaseDatabaseTypepublic boolean isLimitDeleteAtEndSupported()
isLimitDeleteAtEndSupported in interface com.j256.ormlite.db.DatabaseTypeisLimitDeleteAtEndSupported in class com.j256.ormlite.db.BaseDatabaseTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.