|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.Mapping
com.triactive.jdo.store.ColumnMapping
com.triactive.jdo.store.SqlTimestampMapping
com.triactive.jdo.store.DateMapping
com.triactive.jdo.store.DateCharMapping
Field Summary |
Fields inherited from class com.triactive.jdo.store.ColumnMapping |
col, typeInfo |
Fields inherited from class com.triactive.jdo.store.Mapping |
dba, type |
Constructor Summary | |
DateCharMapping(ClassBaseTable table,
int relativeFieldNumber)
|
|
DateCharMapping(Column col)
|
|
DateCharMapping(DatabaseAdapter dba,
java.lang.Class type)
|
Method Summary | |
protected TypeInfo |
getTypeInfo()
|
Methods inherited from class com.triactive.jdo.store.DateMapping |
getObject, newSQLLiteral, setObject |
Methods inherited from class com.triactive.jdo.store.SqlTimestampMapping |
getTimestamp, initTypeInfo, newSQLExpression, stringToTimestamp, timestampToString |
Methods inherited from class com.triactive.jdo.store.ColumnMapping |
equals, getColumn, getSQLInsertionValue, getSQLUpdateValue, hashCode, includeInSQLFetchStatement, newSQLExpression |
Methods inherited from class com.triactive.jdo.store.Mapping |
failureMessage, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, getType, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DateCharMapping(DatabaseAdapter dba, java.lang.Class type)
public DateCharMapping(Column col)
public DateCharMapping(ClassBaseTable table, int relativeFieldNumber)
Method Detail |
protected TypeInfo getTypeInfo()
getTypeInfo
in class SqlTimestampMapping
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |