Class TableInfo.PrimaryKeyInfo

java.lang.Object
net.sf.basedb.core.dbengine.TableInfo.PrimaryKeyInfo
Enclosing class:
TableInfo

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

    • name

      private final String name
    • columns

      private final Set<String> columns
  • Constructor Details

    • 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
  • Method Details