org.exolab.castor.jdo.engine
static final class SQLEngine.ColumnInfo extends Object implements Persistence.ColumnInfo
Field Summary | |
---|---|
TypeConvertor | convertFrom
TypeConvertor to use when converting from the SQLType of this column. |
String | convertParam
Type conversion parameters |
TypeConvertor | convertTo
TypeConvertor to use when converting to the SQLType of this column. |
String | name
Name of the column |
int | sqlType
SQL type of teh coplumn |
Constructor Summary | |
---|---|
ColumnInfo(String name, int type, TypeConvertor convertTo, TypeConvertor convertFrom, String convertParam) |
Method Summary | |
---|---|
TypeConvertor | getConvertFrom() |
String | getConvertParam() |
TypeConvertor | getConvertTo() |
String | getName() |
int | getSqlType() |