JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.java.ao.schema.helper
Interface ForeignKey
public interface
ForeignKey
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getForeignFieldName
()
String
getForeignTableName
()
String
getLocalFieldName
()
String
getLocalTableName
()
Method Details
getLocalTableName
String
getLocalTableName
()
getLocalFieldName
String
getLocalFieldName
()
getForeignTableName
String
getForeignTableName
()
getForeignFieldName
String
getForeignFieldName
()