Class InfixBinaryOperator

    • Constructor Detail

      • InfixBinaryOperator

        public InfixBinaryOperator​(String operator,
                                   @NonNull
                                   @NonNull SQLElement arg1,
                                   @NonNull
                                   @NonNull SQLElement arg2)
        Instantiates a new SQLBinaryOperator.
        Parameters:
        operator - the operator
        arg1 - the left hand side operator
        arg2 - the right hand side operator