| Modifier and Type | Optional Element and Description |
|---|---|
String |
constraintName
A name of the constraint for the case a foreign key
|
Class<? extends ITypeService> |
converter
Convert, save and read an application data to/from the ResultSet.
|
String[] |
index
A name of the non-unique database index for the column, where the same index can contain more columns.
|
int |
length
Database column maximal length
|
boolean |
mandatory
Not null value
|
String |
name
A named parameter for the database column name.
|
boolean |
pk
The primary key
|
int |
precision
Database column precision
|
DbType |
type
Database column type
|
String[] |
uniqueIndex
A name of the unique database index for the column, where the same index can contain more columns.
|
String |
value
A shortcut for the attribute "name" of Column.
|
public abstract String name
public abstract DbType type
public abstract String[] index
public abstract String[] uniqueIndex
public abstract String constraintName
public abstract Class<? extends ITypeService> converter
org.ujorm.orm.metaModel.MetaParams.MetaParams#TYPE_SERVICE.ITypeServiceCopyright 2013, Pavel Ponec