com.triactive.jdo.store
Class BooleanCharMapping

java.lang.Object
  extended by com.triactive.jdo.store.Mapping
      extended by com.triactive.jdo.store.ColumnMapping
          extended by com.triactive.jdo.store.BooleanMapping
              extended by com.triactive.jdo.store.BooleanCharMapping

public class BooleanCharMapping
extends BooleanMapping


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
BooleanCharMapping(ClassBaseTable table, int relativeFieldNumber)
           
BooleanCharMapping(Column col)
           
BooleanCharMapping(DatabaseAdapter dba, java.lang.Class type)
           
 
Method Summary
protected  TypeInfo getTypeInfo()
           
 
Methods inherited from class com.triactive.jdo.store.BooleanMapping
getBoolean, getObject, initTypeInfo, newSQLExpression, newSQLLiteral, setBoolean, 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, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, getType, 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

BooleanCharMapping

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

BooleanCharMapping

public BooleanCharMapping(Column col)

BooleanCharMapping

public BooleanCharMapping(ClassBaseTable table,
                          int relativeFieldNumber)
Method Detail

getTypeInfo

protected TypeInfo getTypeInfo()
Overrides:
getTypeInfo in class BooleanMapping


Copyright ? 2001 TriActive, Inc. All Rights Reserved.