Package net.sf.basedb.core.dbengine
Class TableInfo.PrimaryKeyInfo
- java.lang.Object
-
- net.sf.basedb.core.dbengine.TableInfo.PrimaryKeyInfo
-
-
Constructor Summary
Constructors Constructor Description PrimaryKeyInfo(String name, Set<String> columns)
Create a new PrimaryKeyInfo object.
-