Interface TableControl

  • All Known Implementing Classes:
    TableControlImpl

    public interface TableControl
    • Method Detail

      • getName

        String getName()
        Returns the table name
      • getSchema

        String getSchema()
        Returns the tuple definition
      • getPrimaryKey

        String getPrimaryKey()
        Returns the primary key
      • getPartitioningSpec

        String getPartitioningSpec()
        Returns:
        partitioning specification (null if there is no partitioning)