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.
-
lat
- Local Attribute Name
-
rat
- Remote Attribute Name
-
JCAttrPair(String, String)
- Construct a JCAttrPair Object
rat
public String rat
- Remote Attribute Name
lat
public String lat
- Local Attribute Name
JCAttrPair
public JCAttrPair(String newlat,
String newrat)
- Construct a JCAttrPair Object
All Packages Class Hierarchy This Package Previous Next Index