Class Restriction.AND
java.lang.Object
org.apache.derby.vti.Restriction
org.apache.derby.vti.Restriction.AND
- All Implemented Interfaces:
Serializable
- Enclosing class:
Restriction
-
Nested Class Summary
Nested classes/interfaces inherited from class Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Restrictionprivate Restrictionstatic final longDerby serializes these objects in PreparedStatements -
Constructor Summary
ConstructorsConstructorDescriptionAND(Restriction leftChild, Restriction rightChild) AND 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 Restriction
parenthesize
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDDerby serializes these objects in PreparedStatements- See Also:
-
_leftChild
-
_rightChild
-
-
Constructor Details
-
AND
AND together two other Restrictions
-
-
Method Details
-
getLeftChild
Get the left Restriction -
getRightChild
Get the right Restriction -
toSQL
Description copied from class:RestrictionTurn this Restriction into a string suitable for use in a WHERE clause.- Specified by:
toSQLin classRestriction
-