|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j256.ormlite.db.BaseDatabaseType
com.j256.ormlite.db.BaseSqliteDatabaseType
com.j256.ormlite.db.SqliteDatabaseType
public class SqliteDatabaseType
Sqlite database type information used to create the tables, etc..
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.j256.ormlite.db.BaseDatabaseType |
|---|
com.j256.ormlite.db.BaseDatabaseType.BooleanNumberFieldConverter |
| Field Summary |
|---|
| Fields inherited from class com.j256.ormlite.db.BaseDatabaseType |
|---|
DEFAULT_SEQUENCE_SUFFIX, driver |
| Constructor Summary | |
|---|---|
SqliteDatabaseType()
|
|
| Method Summary | |
|---|---|
void |
appendLimitValue(StringBuilder sb,
long limit,
Long offset)
|
void |
appendOffsetValue(StringBuilder sb,
long offset)
|
String |
getDatabaseName()
|
protected String |
getDriverClassName()
|
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart)
|
boolean |
isNestedSavePointsSupported()
|
boolean |
isOffsetLimitArgument()
|
| Methods inherited from class com.j256.ormlite.db.BaseSqliteDatabaseType |
|---|
appendLongType, configureGeneratedId, generatedIdSqlAtEnd, getFieldConverter, isCreateIfNotExistsSupported, isCreateTableReturnsZero, isVarcharFieldWidthSupported |
| Methods inherited from class com.j256.ormlite.db.BaseDatabaseType |
|---|
addPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendBooleanType, appendByteArrayType, appendByteType, appendCharType, appendColumnArg, appendCreateTableSuffix, appendDateType, appendEscapedEntityName, appendEscapedWord, appendLongStringType, appendSelectNextValFromSequence, appendSerializableType, appendShortType, appendStringType, configureGeneratedIdSequence, configureId, dropColumnArg, extractDatabaseTableConfig, generateIdSequenceName, getCommentLinePrefix, getPingStatement, isAllowGeneratedIdInsertSupported, isBatchUseTransaction, isCreateIndexIfNotExistsSupported, isCreateTableReturnsNegative, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitAfterSelect, isLimitSqlSupported, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isTruncateSupported, loadDriver, setDriver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.j256.ormlite.db.DatabaseType |
|---|
addPrimaryKeySql, addUniqueComboSql, appendColumnArg, appendCreateTableSuffix, appendEscapedEntityName, appendEscapedWord, appendSelectNextValFromSequence, dropColumnArg, extractDatabaseTableConfig, generateIdSequenceName, getCommentLinePrefix, getFieldConverter, getPingStatement, isAllowGeneratedIdInsertSupported, isBatchUseTransaction, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isCreateTableReturnsNegative, isCreateTableReturnsZero, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitAfterSelect, isLimitSqlSupported, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isTruncateSupported, isVarcharFieldWidthSupported, loadDriver, setDriver |
| Constructor Detail |
|---|
public SqliteDatabaseType()
| Method Detail |
|---|
public boolean isDatabaseUrlThisType(String url,
String dbTypePart)
isDatabaseUrlThisType in interface com.j256.ormlite.db.DatabaseTypeprotected String getDriverClassName()
getDriverClassName in class com.j256.ormlite.db.BaseDatabaseTypepublic String getDatabaseName()
getDatabaseName in interface com.j256.ormlite.db.DatabaseType
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.BaseDatabaseType
public void appendOffsetValue(StringBuilder sb,
long offset)
appendOffsetValue in interface com.j256.ormlite.db.DatabaseTypeappendOffsetValue in class com.j256.ormlite.db.BaseDatabaseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||