Package com.mckoi.database
Class JoiningSet.JoinPart
java.lang.Object
com.mckoi.database.JoiningSet.JoinPart
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- JoiningSet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJoinPart
(int type) JoinPart
(int type, Expression on_expression) Constructs the JoinPart. -
Method Summary
-
Constructor Details
-
JoinPart
Constructs the JoinPart. -
JoinPart
public JoinPart(int type)
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-