com.triactive.jdo.store
Class SqlTimestampCharMapping

java.lang.Object
  extended bycom.triactive.jdo.store.Mapping
      extended bycom.triactive.jdo.store.ColumnMapping
          extended bycom.triactive.jdo.store.SqlTimestampMapping
              extended bycom.triactive.jdo.store.SqlTimestampCharMapping

public class SqlTimestampCharMapping
extends SqlTimestampMapping


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
SqlTimestampCharMapping(ClassBaseTable table, int relativeFieldNumber)
           
SqlTimestampCharMapping(Column col)
           
SqlTimestampCharMapping(DatabaseAdapter dba, java.lang.Class type)
           
 
Method Summary
protected  TypeInfo getTypeInfo()
           
 
Methods inherited from class com.triactive.jdo.store.SqlTimestampMapping
getObject, getTimestamp, initTypeInfo, newSQLExpression, newSQLLiteral, setObject, 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

SqlTimestampCharMapping

public SqlTimestampCharMapping(DatabaseAdapter dba,
                               java.lang.Class type)

SqlTimestampCharMapping

public SqlTimestampCharMapping(Column col)

SqlTimestampCharMapping

public SqlTimestampCharMapping(ClassBaseTable table,
                               int relativeFieldNumber)
Method Detail

getTypeInfo

protected TypeInfo getTypeInfo()
Overrides:
getTypeInfo in class SqlTimestampMapping


Copyright ? 2001 TriActive, Inc. All Rights Reserved.