Interface SQLPrimaryKey

All Superinterfaces:
SQLConstraint, SQLObject, SQLTableElement, SQLUniqueConstraint
All Known Implementing Classes:
MySqlPrimaryKey, OraclePrimaryKey, SQLPrimaryKeyImpl

public interface SQLPrimaryKey extends SQLUniqueConstraint, SQLTableElement