Class Restriction.AND

    • Field Detail

      • serialVersionUID

        public static final long serialVersionUID
        Derby serializes these objects in PreparedStatements
        See Also:
        Constant Field Values
    • Constructor Detail

      • AND

        public AND​(Restriction leftChild,
                   Restriction rightChild)
        AND together two other Restrictions
        Parameters:
        leftChild - The first conjunct
        rightChild - The second conjunct
    • Method Detail

      • getLeftChild

        public Restriction getLeftChild()
        Get the left Restriction
        Returns:
        the first conjunct
      • getRightChild

        public Restriction getRightChild()
        Get the right Restriction
        Returns:
        the second conjunct
      • toSQL

        public String toSQL()
        Turn this Restriction into WHERE clause text.
        Specified by:
        toSQL in class Restriction
        Returns:
        this Restriction as WHERE clause text