Package org.exolab.castor.jdo.engine
Class SQLFieldInfo
java.lang.Object
org.exolab.castor.jdo.engine.SQLFieldInfo
- Since:
- 1.0
- Version:
- $Revision: 8644 $ $Date: 2006-01-21 04:05:17 -0700 (Sat, 21 Jan 2006) $
- Author:
- Assaf Arkin, Thomas Yip, Bruce Snyder, Werner Guttmann, Ralf Joachim
-
Constructor Summary
ConstructorsConstructorDescriptionSQLFieldInfo
(ClassDescriptor clsDesc, FieldDescriptor fieldDesc, String classTable, boolean ext) -
Method Summary
-
Constructor Details
-
SQLFieldInfo
public SQLFieldInfo(ClassDescriptor clsDesc, FieldDescriptor fieldDesc, String classTable, boolean ext) throws MappingException - Throws:
MappingException
-
-
Method Details
-
getTableName
-
getTableAlias
Method returning table-alias currently set.- Returns:
- Table-alias currently set.
-
setTableAlias
Method setting current table-alias.- Parameters:
tableAlias
- Table-alias to be set.
-
isStore
public boolean isStore() -
isMulti
public boolean isMulti() -
isJoined
public boolean isJoined() -
isDirtyCheck
public boolean isDirtyCheck() -
getJoinFields
-
getColumnInfo
-
getFieldDescriptor
-
toString
-