Package net.sf.basedb.core.dbengine
Class TableInfo.ForeignKeyInfo
java.lang.Object
net.sf.basedb.core.dbengine.TableInfo.ForeignKeyInfo
- Enclosing class:
- TableInfo
Holds information about a foreign key of a table.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionForeignKeyInfo
(String name, String refName) Create a new ForeignKeyInfo object. -
Method Summary
-
Field Details
-
name
-
refName
-
fkColumns
-
refColumns
-
-
Constructor Details
-
ForeignKeyInfo
Create a new ForeignKeyInfo object. You should also add column names to thegetFkColumns()
andgetRefColumns()
sets.- Parameters:
name
- The name of the foreign keyrefName
- The referenced table
-
-
Method Details