| java.lang.Object henplus.sqlmodel.ColumnFkInfo
ColumnFkInfo | final public class ColumnFkInfo (Code) | | Title: ColumnFkInfo
Description:
Created on: 01.08.2003
version: $Id: ColumnFkInfo.java,v 1.4 2004/09/22 11:49:32 magrokosmos Exp $ author: Martin Grotzke |
getFkName | public String getFkName()(Code) | | the name of the foreign key. |
getPkColumn | public String getPkColumn()(Code) | | the primary key colum name (should this return a Column?) |
getPkTable | public String getPkTable()(Code) | | the name of the primary key table (should this return a Table?) |
|
|