|
||||||||||
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,
int limit,
Integer offset)
|
void |
appendOffsetValue(StringBuilder sb,
int offset)
|
String |
getDatabaseName()
|
protected String |
getDriverClassName()
|
boolean |
isCreateIfNotExistsSupported()
|
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart)
|
boolean |
isNestedSavePointsSupported()
|
boolean |
isOffsetLimitArgument()
|
Methods inherited from class com.j256.ormlite.db.BaseSqliteDatabaseType |
---|
configureGeneratedId, generatedIdSqlAtEnd, getFieldConverter, isCreateTableReturnsZero, isVarcharFieldWidthSupported |
Methods inherited from class com.j256.ormlite.db.BaseDatabaseType |
---|
addPrimaryKeySql, addSingleUnique, addUniqueComboSql, appendBooleanType, appendByteArrayType, appendByteType, appendCanBeNull, appendCharType, appendColumnArg, appendCreateTableSuffix, appendDateType, appendDefaultValue, appendDoubleType, appendEscapedEntityName, appendEscapedWord, appendFloatType, appendIntegerType, appendLongStringType, appendLongType, appendSelectNextValFromSequence, appendSerializableType, appendShortType, appendStringType, configureGeneratedIdSequence, configureId, dropColumnArg, generateIdSequenceName, getCommentLinePrefix, getPingStatement, isBatchUseTransaction, 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, generateIdSequenceName, getCommentLinePrefix, getFieldConverter, getPingStatement, isBatchUseTransaction, 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.DatabaseType
protected String getDriverClassName()
getDriverClassName
in class com.j256.ormlite.db.BaseDatabaseType
public String getDatabaseName()
getDatabaseName
in class com.j256.ormlite.db.BaseDatabaseType
public void appendLimitValue(StringBuilder sb, int limit, Integer offset)
appendLimitValue
in interface com.j256.ormlite.db.DatabaseType
appendLimitValue
in class com.j256.ormlite.db.BaseDatabaseType
public boolean isOffsetLimitArgument()
isOffsetLimitArgument
in interface com.j256.ormlite.db.DatabaseType
isOffsetLimitArgument
in class com.j256.ormlite.db.BaseDatabaseType
public boolean isNestedSavePointsSupported()
isNestedSavePointsSupported
in interface com.j256.ormlite.db.DatabaseType
isNestedSavePointsSupported
in class com.j256.ormlite.db.BaseDatabaseType
public void appendOffsetValue(StringBuilder sb, int offset)
appendOffsetValue
in interface com.j256.ormlite.db.DatabaseType
appendOffsetValue
in class com.j256.ormlite.db.BaseDatabaseType
public boolean isCreateIfNotExistsSupported()
isCreateIfNotExistsSupported
in interface com.j256.ormlite.db.DatabaseType
isCreateIfNotExistsSupported
in class com.j256.ormlite.db.BaseDatabaseType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |