138 | client server mod of communication |
117 | an argument a numeric value of any type and returns a value of the same type. The MOD Function The MOD ... (%) in Java (which is also supported by ObjectDB as an extension). For example: MOD(11, 3) is evaluated to 2 (3 goes into 11 three times with a remainder of 2) MOD(8, 4) is evaluated to 0 (4 goes into |
91 | Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Integer x, Expression<Integer> y ) Create an expression that returns the modulus of its arguments. Parameters: x - value y - expression Returns: modulus Since: JPA 2.0 |
91 | Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Expression<Integer> x, Integer y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - value Returns: modulus Since: JPA 2.0 |
91 | Method javax.persistence.criteria.CriteriaBuilder Expression<T> mod( Expression<T> x, Expression<T> y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - expression Returns: modulus Since: JPA 2.0 |
91 | Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Expression<Integer> x, Expression<Integer> y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - expression Returns: modulus Since: JPA 2.0 |
27 | , INDEX, INNER, IS, JOIN, KEY, LEADING, LEFT, LENGTH, LIKE,LOCATE, LOWER, MAX, MEMBER, MIN, MOD, NEW |
27 | , &&, ||). Arithmetic operators & functions (+, -, *, /, %, ABS, SQRT, MOD). JPQL string operators |
27 | , quot, mod, abs, neg, sqrt). String expressions (like, length, locate, lower, upper, concat, substring |
27 | , navigation and types (get, type). Arithmetic expressions (sum, diff, prod, quot, mod, abs, neg |