Class Remainder

    • Constructor Detail

      • Remainder

        public Remainder()
    • 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.
      • remainder

        public Expression remainder​(Expression expression)
        The method for Reminder ( % ) multiplicative arithmetic expression of query objects.
        Specified by:
        remainder in interface Expression
        Overrides:
        remainder in class AbstractExpression
        Parameters:
        expression - The Expression value
        Returns:
        The Expression of query objects