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

Method Index

 o getChildKeyName()
Get the name of the child key.
 o getParentKeyName()
Get the name of the parent key.

Methods

 o getParentKeyName
 public final String getParentKeyName()
Get the name of the parent key.

Returns:
The name.
 o getChildKeyName
 public final String getChildKeyName()
Get the name of the child key.

Returns:
The name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index