com.triactive.jdo.store.mapping
Class SqlTimestampCharMapping

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

public class SqlTimestampCharMapping
extends SqlTimestampMapping


Field Summary
 
Fields inherited from class com.triactive.jdo.store.mapping.ColumnMapping
col, typeInfo
 
Fields inherited from class com.triactive.jdo.store.mapping.Mapping
dba, fmd, type
 
Constructor Summary
SqlTimestampCharMapping(DatabaseAdapter dba, java.lang.Class type)
           
SqlTimestampCharMapping(DatabaseAdapter dba, FieldMetaData fmd)
           
 
Methods inherited from class com.triactive.jdo.store.mapping.SqlTimestampMapping
getObject, getTimestamp, mapTo, newSqlExpression, newSqlLiteral, setObject, stringToTimestamp, timestampToString
 
Methods inherited from class com.triactive.jdo.store.mapping.ColumnMapping
accessAsFieldIn, chooseColumnType, defineConstraints, defineStorage, equals, getBoolean, getByte, getChar, getColumn, getDouble, getFloat, getInt, getLong, getShort, getSqlInsertionValue, getSqlUpdateValue, getString, getTypeInfo, hashCode, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString
 
Methods inherited from class com.triactive.jdo.store.mapping.Mapping
getDefaultMappingsByType, getFieldMetaData, getType
 
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(DatabaseAdapter dba,
                               FieldMetaData fmd)


Copyright © 2001-2007 The TJDO Project All Rights Reserved.