|
||||||||||
| 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.BaseDateType
com.j256.ormlite.field.types.DateStringType
public class DateStringType
Type that persists a Date object as a String.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.j256.ormlite.field.types.BaseDateType |
|---|
BaseDateType.DateStringFormatConfig |
| Field Summary | |
|---|---|
static int |
DEFAULT_WIDTH
|
| Fields inherited from class com.j256.ormlite.field.types.BaseDateType |
|---|
defaultDateFormatConfig |
| Method Summary | |
|---|---|
int |
getDefaultWidth()
Return the default width associated with this type or 0 if none. |
static DateStringType |
getSingleton()
|
boolean |
isValidForField(Field field)
Return true if the field is appropriate for this persister. |
Object |
javaToSqlArg(FieldType fieldType,
Object obj)
Convert a Java object and return the appropriate argument to a SQL insert or update statement. |
Object |
makeConfigObject(FieldType fieldType)
This makes a configuration object for the data-type or returns null if none. |
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. |
Object |
sqlArgToJava(FieldType fieldType,
Object sqlArg,
int columnPos)
Return the object converted from the SQL arg to java. |
| Methods inherited from class com.j256.ormlite.field.types.BaseDateType |
|---|
convertDateStringConfig, isValidForVersion, moveToNextValue, normalizeDateString, parseDateString |
| Methods inherited from class com.j256.ormlite.field.types.BaseDataType |
|---|
convertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getSqlType, isAppropriateId, isComparable, isEscapedDefaultValue, isEscapedValue, isPrimitive, isSelectArgRequired, isSelfGeneratedId, isStreamType, isValidGeneratedType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int DEFAULT_WIDTH
| Method Detail |
|---|
public static DateStringType getSingleton()
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 Object sqlArgToJava(FieldType fieldType,
Object sqlArg,
int columnPos)
throws SQLException
FieldConverter
sqlArgToJava in interface FieldConvertersqlArgToJava in class BaseDataTypefieldType - Associated FieldType which may be null.
SQLException
public Object javaToSqlArg(FieldType fieldType,
Object obj)
FieldConverter
javaToSqlArg in interface FieldConverterjavaToSqlArg in class BaseDataTypepublic boolean isValidForField(Field field)
DataPersister
isValidForField in interface DataPersisterisValidForField in class BaseDataTypepublic Object makeConfigObject(FieldType fieldType)
DataPersisterFieldType.getDataTypeConfigObj().
makeConfigObject in interface DataPersistermakeConfigObject in class BaseDataTypepublic int getDefaultWidth()
DataPersister
getDefaultWidth in interface DataPersistergetDefaultWidth in class BaseDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||