Package org.exolab.castor.jdo.engine
Class SQLColumnInfo
java.lang.Object
org.exolab.castor.jdo.engine.SQLColumnInfo
- 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
-
Constructor Summary
ConstructorsConstructorDescriptionSQLColumnInfo
(String name, int type, TypeConvertor convertTo, TypeConvertor convertFrom) -
Method Summary
-
Constructor Details
-
SQLColumnInfo
-
-
Method Details
-
getName
-
getSqlType
public int getSqlType() -
getConvertTo
-
getConvertFrom
-
toSQL
-
toJava
-