Class TableInfo.PrimaryKeyInfo

  • Enclosing class:
    TableInfo

    public static class TableInfo.PrimaryKeyInfo
    extends Object
    Holds information about the primary key of a table.
    • Constructor Detail

      • PrimaryKeyInfo

        public PrimaryKeyInfo​(String name,
                              Set<String> columns)
        Create a new PrimaryKeyInfo object.
        Parameters:
        name - The name of the primary
        columns - The columns that are part of the primary key