接口 PrimaryKeyInformation

  • 所有已知实现类:
    PrimaryKeyInformationImpl

    public interface PrimaryKeyInformation
    Provides access to information about existing primary key for a table
    作者:
    Steve Ebersole
    • 方法详细资料

      • getPrimaryKeyIdentifier

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

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