org.exolab.castor.jdo.engine
public interface JDOFieldDescriptor extends FieldDescriptor
Version: $Revision: 6071 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $
Method Summary | |
---|---|
TypeConvertor | getConvertor()
Returns the convertor from the field type to an external type.
|
String | getConvertorParam()
Returns the convertor parameter.
|
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() |
Returns: Convertor from field type
Returns: Convertor parameter
Returns: The SQL name of this field
Returns: The SQL type of this field
Returns: True if dirty checking required