com.triactive.jdo.store
Class SqlDateCharMapping

java.lang.Object
  extended by com.triactive.jdo.store.Mapping
      extended by com.triactive.jdo.store.ColumnMapping
          extended by com.triactive.jdo.store.SqlDateMapping
              extended by com.triactive.jdo.store.SqlDateCharMapping

public class SqlDateCharMapping
extends SqlDateMapping


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

SqlDateCharMapping

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

SqlDateCharMapping

public SqlDateCharMapping(Column col)

SqlDateCharMapping

public SqlDateCharMapping(ClassBaseTable table,
                          int relativeFieldNumber)
Method Detail

getTypeInfo

protected TypeInfo getTypeInfo()
Overrides:
getTypeInfo in class SqlDateMapping


Copyright ? 2001 TriActive, Inc. All Rights Reserved.