public interface PrimaryKey extends Key
A primary key is a single column or a combination of columns in a table whose values identify each row in the table. See the Information Design Tool User Guide for more information.
Use DataFoundationFactory.createPrimaryKey(DatabaseTable) to instantiate a primary key for a table.
getColumns