Class Restriction.AND

java.lang.Object
org.apache.derby.vti.Restriction
org.apache.derby.vti.Restriction.AND
All Implemented Interfaces:
Serializable
Enclosing class:
Restriction

public static class Restriction.AND extends Restriction
An AND of two Restrictions
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      Derby serializes these objects in PreparedStatements
      See Also:
  • Constructor Details

  • Method Details

    • getLeftChild

      public Restriction getLeftChild()
      Get the left Restriction
    • getRightChild

      public Restriction getRightChild()
      Get the right Restriction
    • toSQL

      public String toSQL()
      Description copied from class: Restriction
      Turn this Restriction into a string suitable for use in a WHERE clause.
      Specified by:
      toSQL in class Restriction