Class Subtract

    • Constructor Detail

      • Subtract

        public Subtract()
    • Method Detail

      • getOperator

        protected java.lang.String getOperator()
        Get operator of the compound expression.
        Specified by:
        getOperator in class CompoundExpression
        Returns:
        Operator of the compound expression.
      • subtract

        public Expression subtract​(Expression expression)
        The method for Subtract ( - ) additive arithmetic expression of query objects.
        Specified by:
        subtract in interface Expression
        Overrides:
        subtract in class AbstractExpression
        Parameters:
        expression - The Expression value
        Returns:
        The Expression of query objects