Package net.sf.basedb.core.dbengine
Class TableInfo.PrimaryKeyInfo
java.lang.Object
net.sf.basedb.core.dbengine.TableInfo.PrimaryKeyInfo
- Enclosing class:
- TableInfo
Holds information about the primary key of a table.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPrimaryKeyInfo
(String name, Set<String> columns) Create a new PrimaryKeyInfo object. -
Method Summary