org.exolab.castor.jdo.engine
Class SQLColumnInfo
java.lang.Object
org.exolab.castor.jdo.engine.SQLColumnInfo
public final class SQLColumnInfo
- extends Object
- Since:
- 1.0
- Version:
- $Revision: 7272 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Assaf Arkin, Thomas Yip, Bruce Snyder, Werner Guttmann, Ralf Joachim
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLColumnInfo
public SQLColumnInfo(String name,
int type,
TypeConvertor convertTo,
TypeConvertor convertFrom)
getName
public String getName()
getSqlType
public int getSqlType()
getConvertTo
public TypeConvertor getConvertTo()
getConvertFrom
public TypeConvertor getConvertFrom()
toSQL
public Object toSQL(Object object)
toJava
public Object toJava(Object object)
Copyright © 2010. All Rights Reserved.