| |
|
| java.lang.Object org.xorm.datastore.Column
Column | public class Column (Code) | | A column on a table in the datastore.
|
isAutoIncremented | public boolean isAutoIncremented()(Code) | | |
isManaged | public boolean isManaged()(Code) | | |
isNonNull | public boolean isNonNull()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
setAutoIncremented | public void setAutoIncremented(boolean autoIncremented)(Code) | | |
setManaged | public void setManaged(boolean managed)(Code) | | |
setNonNull | public void setNonNull(boolean nonNull)(Code) | | |
setReadOnly | public void setReadOnly(boolean readOnly)(Code) | | |
|
|
|