|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j256.ormlite.field.BaseFieldConverter
com.j256.ormlite.field.types.BaseDataType
com.j256.ormlite.field.types.ShortObjectType
public class ShortObjectType
Type that persists a Short object.
Constructor Summary | |
---|---|
protected |
ShortObjectType(SqlType sqlType,
Class<?>[] classes)
|
Method Summary | |
---|---|
static ShortObjectType |
getSingleton()
|
boolean |
isEscapedValue()
Return whether we need to escape this value in SQL expressions. |
boolean |
isValidForVersion()
Return true if this is a valid field for the DatabaseField.version() . |
Object |
moveToNextValue(Object currentValue)
Move the current-value to the next value. |
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement. |
Object |
resultToSqlArg(FieldType fieldType,
DatabaseResults results,
int columnPos)
Return the SQL argument object extracted from the results associated with column in position columnPos. |
Methods inherited from class com.j256.ormlite.field.types.BaseDataType |
---|
convertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getPrimaryClass, getSqlType, isAppropriateId, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isPrimitive, isSelfGeneratedId, isValidForField, isValidGeneratedType, makeConfigObject, resultStringToJava |
Methods inherited from class com.j256.ormlite.field.BaseFieldConverter |
---|
isStreamType, javaToSqlArg, resultToJava, sqlArgToJava |
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.field.FieldConverter |
---|
isStreamType, javaToSqlArg, resultToJava, sqlArgToJava |
Constructor Detail |
---|
protected ShortObjectType(SqlType sqlType, Class<?>[] classes)
Method Detail |
---|
public static ShortObjectType getSingleton()
public Object parseDefaultString(FieldType fieldType, String defaultStr)
FieldConverter
parseDefaultString
in interface FieldConverter
parseDefaultString
in class BaseDataType
public Object resultToSqlArg(FieldType fieldType, DatabaseResults results, int columnPos) throws SQLException
FieldConverter
resultToSqlArg
in interface FieldConverter
resultToSqlArg
in class BaseDataType
fieldType
- Associated FieldType which may be null.
SQLException
- If there is a problem accessing the results data.public boolean isEscapedValue()
DataPersister
isEscapedValue
in interface DataPersister
isEscapedValue
in class BaseDataType
public boolean isValidForVersion()
DataPersister
DatabaseField.version()
.
isValidForVersion
in interface DataPersister
isValidForVersion
in class BaseDataType
public Object moveToNextValue(Object currentValue)
DataPersister
moveToNextValue
in interface DataPersister
moveToNextValue
in class BaseDataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |