Interface PrimaryKeyInformation


  • public interface PrimaryKeyInformation
    Provides access to information about existing primary key for a table
    • Method Detail

      • getPrimaryKeyIdentifier

        Identifier getPrimaryKeyIdentifier()
        Obtain the identifier for this PK.
        Returns:
        The PK identifier.
      • getColumns

        Iterable<ColumnInformation> getColumns()
        Obtain the columns making up the primary key. Returned in sequential order.
        Returns:
        The columns