Interface SQLTable

  • All Superinterfaces:
    Table<SQLField>

    public interface SQLTable
    extends Table<SQLField>
    Table structure in an SQL data source
    Since:
    4.5.0
    • Method Detail

      • getLabel

        java.lang.String getLabel()
        Returns the label of this table.
        Specified by:
        getLabel in interface Table<SQLField>
      • getSchema

        java.lang.String getSchema()
        Returns the schema of this table.
      • get

        SQLField get​(java.lang.String name)
        Returns SQL fields by column header.
        Parameters:
        name - The column name.