Uses of Class
io.github.torand.fastersql.expression.arithmetic.Modulo
Packages that use Modulo
Package
Description
Provides classes representing arithmetic expressions.
-
Uses of Modulo in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return ModuloModifier and TypeMethodDescriptionstatic Modulo
ArithmeticExpressions.mod
(Expression dividend, Expression divisor) Creates a modulo (division remainder) expression.