Package org.apache.derby.vti
Class Restriction.OR
java.lang.Object
org.apache.derby.vti.Restriction
org.apache.derby.vti.Restriction.OR
- All Implemented Interfaces:
Serializable
- Enclosing class:
Restriction
An OR of two Restrictions
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.derby.vti.Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Restriction
private Restriction
static final long
Derby serializes these objects in PreparedStatements -
Constructor Summary
ConstructorsConstructorDescriptionOR
(Restriction leftChild, Restriction rightChild) OR together two other Restrictions -
Method Summary
Modifier and TypeMethodDescriptionGet the left RestrictionGet the right RestrictiontoSQL()
Turn this Restriction into a string suitable for use in a WHERE clause.Methods inherited from class org.apache.derby.vti.Restriction
parenthesize
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDDerby serializes these objects in PreparedStatements- See Also:
-
_leftChild
-
_rightChild
-
-
Constructor Details
-
OR
OR together two other Restrictions
-
-
Method Details
-
getLeftChild
Get the left Restriction -
getRightChild
Get the right Restriction -
toSQL
Description copied from class:Restriction
Turn this Restriction into a string suitable for use in a WHERE clause.- Specified by:
toSQL
in classRestriction
-