Class SqlPredicateLess

    • Constructor Detail

      • SqlPredicateLess

        public SqlPredicateLess​(SqlNode left,
                                SqlNode right)
        Instantiates a new Sql predicate less.
        Parameters:
        left - the left operand
        right - the right operand