All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.JCAttrPair

java.lang.Object
   |
   +----SWEEP.JCAttrPair

public class JCAttrPair
extends Object
implements Serializable
It stores the attribute pair between two Relations of a Join Condition.


Variable Index

 o lat
Local Attribute Name
 o rat
Remote Attribute Name

Constructor Index

 o JCAttrPair(String, String)
Construct a JCAttrPair Object

Variables

 o rat
 public String rat
Remote Attribute Name

 o lat
 public String lat
Local Attribute Name

Constructors

 o JCAttrPair
 public JCAttrPair(String newlat,
                   String newrat)
Construct a JCAttrPair Object


All Packages  Class Hierarchy  This Package  Previous  Next  Index