Interface SQLField

All Superinterfaces:
Field

public interface SQLField extends Field
Field in an SQLTable.
Since:
4.5.0
  • Method Details

    • getTablePath

      SchemaPath getTablePath()
      Returns the table path of this field.
      Specified by:
      getTablePath in interface Field
    • getPath

      SchemaPath getPath()
      Returns the schema path of this field.
      Specified by:
      getPath in interface Field
    • getLabel

      String getLabel()
      Returns the label of this field
      Specified by:
      getLabel in interface Field
    • getDataType

      DataType getDataType()
      Returns the data type of this field
      Specified by:
      getDataType in interface Field
    • isPrimaryKey

      boolean isPrimaryKey()
      Returns true if this field is a primary key.