|
||||||||||
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.ByteArrayType
public class ByteArrayType
Type that persists a byte[] object.
Constructor Summary | |
---|---|
protected |
ByteArrayType(SqlType sqlType,
Class<?>[] classes)
|
Method Summary | |
---|---|
boolean |
dataIsEqual(Object fieldObj1,
Object fieldObj2)
Compare two fields of this type returning true if equals else false. |
static ByteArrayType |
getSingleton()
|
boolean |
isAppropriateId()
Return true if this data type can be an id column in a class. |
boolean |
isArgumentHolderRequired()
Must use ArgumentHolder when querying for values of this type. |
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement. |
Object |
resultStringToJava(FieldType fieldType,
String stringValue,
int columnPos)
Convert a string result value to the related Java field. |
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, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getSqlType, isComparable, isEscapedDefaultValue, isEscapedValue, isPrimitive, isSelfGeneratedId, isValidForField, isValidForVersion, isValidGeneratedType, makeConfigObject, moveToNextValue |
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 ByteArrayType(SqlType sqlType, Class<?>[] classes)
Method Detail |
---|
public static ByteArrayType getSingleton()
public Object parseDefaultString(FieldType fieldType, String defaultStr) throws SQLException
FieldConverter
parseDefaultString
in interface FieldConverter
parseDefaultString
in class BaseDataType
SQLException
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 isAppropriateId()
DataPersister
isAppropriateId
in interface DataPersister
isAppropriateId
in class BaseDataType
public boolean isArgumentHolderRequired()
DataPersister
ArgumentHolder
when querying for values of this type.
isArgumentHolderRequired
in interface DataPersister
isArgumentHolderRequired
in class BaseDataType
public boolean dataIsEqual(Object fieldObj1, Object fieldObj2)
DataPersister
dataIsEqual
in interface DataPersister
dataIsEqual
in class BaseDataType
public Object resultStringToJava(FieldType fieldType, String stringValue, int columnPos) throws SQLException
FieldConverter
resultStringToJava
in interface FieldConverter
resultStringToJava
in class BaseDataType
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |