Interface SQLField
- All Superinterfaces:
Field
Field in an
SQLTable
.- Since:
- 4.5.0
-
Method Summary
Methods inherited from interface com.orchestranetworks.addon.dint.schema.Field
getIndex, isMultiValued
-
Method Details
-
getTablePath
SchemaPath getTablePath()Returns the table path of this field.- Specified by:
getTablePath
in interfaceField
-
getPath
SchemaPath getPath()Returns the schema path of this field. -
getLabel
String getLabel()Returns the label of this field -
getDataType
DataType getDataType()Returns the data type of this field- Specified by:
getDataType
in interfaceField
-
isPrimaryKey
boolean isPrimaryKey()Returnstrue
if this field is a primary key.
-