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