Class BinaryExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BinaryExpression>

    public class BinaryExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<BinaryExpression>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.pg.query.BinaryExpression type.
      • LEFT

        public static final Name LEFT
        Name of the hydra.pg.query.BinaryExpression.left field.
      • OPERATOR

        public static final Name OPERATOR
        Name of the hydra.pg.query.BinaryExpression.operator field.
      • RIGHT

        public static final Name RIGHT
        Name of the hydra.pg.query.BinaryExpression.right field.