Class Restriction.AND

    • Field Detail

      • serialVersionUID

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

    • Method Detail

      • 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