org.exolab.castor.jdo.engine
public class JDOFieldDescriptor extends FieldDescriptorImpl
Version: $Revision: 1.4 $ $Date: 2005/06/16 12:14:28 $
Constructor Summary | |
---|---|
JDOFieldDescriptor(FieldDescriptorImpl fieldDesc, String[] sqlName, int[] sqlType, boolean dirtyCheck, String manyTable, String[] manyKey, boolean readonly)
Construct a new field descriptor for the specified field. |
Method Summary | |
---|---|
String[] | getManyKey() |
String | getManyTable() |
String[] | getSQLName()
Returns the SQL name of this field.
|
int[] | getSQLType()
Returns the SQL type of this field.
|
boolean | isDirtyCheck()
Returns true if dirty checking is required for this field.
|
boolean | isReadonly() |
String | toString() |
Parameters: fieldDesc The field descriptor
Throws: MappingException Invalid mapping information
Returns: The SQL name of this field
Returns: The SQL type of this field
Returns: True if dirty checking required