org.exolab.castor.jdo.engine
public class JDOFieldDescriptor extends FieldDescriptorImpl
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:17 $
| 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