public interface IDataColumnSchema
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the position of this column in the data table schema.
|
IMetaPrimitive |
getMetaPrimitive()
Only for internal use.
|
String |
getName()
Returns the name of the column.
|
boolean |
isForeignKey()
Only for internal use.
|
boolean |
isPrimaryKey()
Only for internal use.
|
boolean isPrimaryKey()
boolean isForeignKey()
int getIndex()
String getName()
IMetaPrimitive getMetaPrimitive()