org.exolab.castor.jdo.engine

Class SQLEngine.ColumnInfo

static final class SQLEngine.ColumnInfo extends Object implements Persistence.ColumnInfo

Field Summary
TypeConvertorconvertFrom
TypeConvertor to use when converting from the SQLType of this column.
StringconvertParam
Type conversion parameters
TypeConvertorconvertTo
TypeConvertor to use when converting to the SQLType of this column.
Stringname
Name of the column
intsqlType
SQL type of teh coplumn
Constructor Summary
ColumnInfo(String name, int type, TypeConvertor convertTo, TypeConvertor convertFrom, String convertParam)
Method Summary
TypeConvertorgetConvertFrom()
StringgetConvertParam()
TypeConvertorgetConvertTo()
StringgetName()
intgetSqlType()

Field Detail

convertFrom

final TypeConvertor convertFrom
TypeConvertor to use when converting from the SQLType of this column.

convertParam

final String convertParam
Type conversion parameters

convertTo

final TypeConvertor convertTo
TypeConvertor to use when converting to the SQLType of this column.

name

final String name
Name of the column

sqlType

final int sqlType
SQL type of teh coplumn

Constructor Detail

ColumnInfo

ColumnInfo(String name, int type, TypeConvertor convertTo, TypeConvertor convertFrom, String convertParam)

Method Detail

getConvertFrom

public TypeConvertor getConvertFrom()

getConvertParam

public String getConvertParam()

getConvertTo

public TypeConvertor getConvertTo()

getName

public String getName()

getSqlType

public int getSqlType()
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com