|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j256.ormlite.field.types.BaseDataType
com.j256.ormlite.field.types.VoidType
public class VoidType
Marker class used to see if we have a customer persister defined.
| Method Summary | |
|---|---|
boolean |
isValidForField(Field field)
Return true if the field is appropriate for this persister. |
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement. |
Object |
resultToJava(FieldType fieldType,
DatabaseResults results,
int columnPos)
Return the 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, getDefaultWidth, getSqlType, isAppropriateId, isComparable, isEscapedDefaultValue, isEscapedValue, isPrimitive, isSelectArgRequired, isSelfGeneratedId, isStreamType, isValidForVersion, isValidGeneratedType, javaToSqlArg, makeConfigObject, moveToNextValue, sqlArgToJava |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Object parseDefaultString(FieldType fieldType,
String defaultStr)
throws SQLException
FieldConverter
parseDefaultString in interface FieldConverterparseDefaultString in class BaseDataTypeSQLException
public Object resultToJava(FieldType fieldType,
DatabaseResults results,
int columnPos)
throws SQLException
FieldConverter
resultToJava in interface FieldConverterresultToJava in class BaseDataTypefieldType - Associated FieldType which may be null.
SQLException - If there is a problem accessing the results data.public boolean isValidForField(Field field)
DataPersister
isValidForField in interface DataPersisterisValidForField in class BaseDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||