Class PrimaryKey

  • Direct Known Subclasses:
    NullPrimaryKey

    public class PrimaryKey
    extends Object
    Primary key of a table.
    Author:
    Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org
    • Constructor Detail

      • PrimaryKey

        public PrimaryKey​(String tableName,
                          List<PrimaryKeyColumn> columns)