| java.lang.Object simpleorm.data.DFieldMeta
primaryKey | boolean primaryKey(Code) | | |
compare | public int compare(DRecordInstance first, DRecordInstance second)(Code) | | returns -1, 0, or 1 to indicate first <, =, > second sort order.
Used by DQuery to order by selected fields.
Here rather than DFieldInstance in case field has no value.
nulls/no value sorts first.
|
getFieldImplementation | public Object getFieldImplementation()(Code) | | |
getMaxLength | public int getMaxLength()(Code) | | |
isPrimaryKey | public boolean isPrimaryKey()(Code) | | |
setFieldImplementation | public void setFieldImplementation(Object fieldImplementation)(Code) | | |
|
|