All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.xmldbms.filters.RelatedTableFilter
java.lang.Object
|
+----org.xmlmiddleware.xmldbms.filters.FilterConditions
|
+----org.xmlmiddleware.xmldbms.filters.RelatedTableFilter
- public class RelatedTableFilter
- extends FilterConditions
Identifies a particular use of a related table. For internal use.
- Version:
- 2.0
- Author:
- Ronald Bourret, 2001
-
getChildKeyName()
- Get the name of the child key.
-
getParentKeyName()
- Get the name of the parent key.
getParentKeyName
public final String getParentKeyName()
- Get the name of the parent key.
- Returns:
- The name.
getChildKeyName
public final String getChildKeyName()
- Get the name of the child key.
- Returns:
- The name.
All Packages Class Hierarchy This Package Previous Next Index