Interface SQLField

  • All Superinterfaces:
    Field

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

      • getPath

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

        java.lang.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.