|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.jdo.engine.SQLEngine.ColumnInfo
static final class SQLEngine.ColumnInfo
| Field Summary | |
|---|---|
(package private) TypeConvertor |
convertFrom
TypeConvertor to use when converting from the SQLType of this column. |
(package private) java.lang.String |
convertParam
Type conversion parameters |
(package private) TypeConvertor |
convertTo
TypeConvertor to use when converting to the SQLType of this column. |
(package private) java.lang.String |
name
Name of the column |
(package private) int |
sqlType
SQL type of teh coplumn |
| Constructor Summary | |
|---|---|
SQLEngine.ColumnInfo(java.lang.String name,
int type,
TypeConvertor convertTo,
TypeConvertor convertFrom,
java.lang.String convertParam)
|
|
| Method Summary | |
|---|---|
TypeConvertor |
getConvertFrom()
|
java.lang.String |
getConvertParam()
|
TypeConvertor |
getConvertTo()
|
java.lang.String |
getName()
|
int |
getSqlType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final java.lang.String name
final int sqlType
final TypeConvertor convertTo
final TypeConvertor convertFrom
final java.lang.String convertParam
| Constructor Detail |
|---|
SQLEngine.ColumnInfo(java.lang.String name,
int type,
TypeConvertor convertTo,
TypeConvertor convertFrom,
java.lang.String convertParam)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Persistence.ColumnInfopublic int getSqlType()
getSqlType in interface Persistence.ColumnInfopublic TypeConvertor getConvertTo()
getConvertTo in interface Persistence.ColumnInfopublic TypeConvertor getConvertFrom()
getConvertFrom in interface Persistence.ColumnInfopublic java.lang.String getConvertParam()
getConvertParam in interface Persistence.ColumnInfo
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||