Uses of Class
io.github.torand.fastersql.expression.arithmetic.Division
Packages that use Division
Package
Description
Provides classes representing arithmetic expressions.
-
Uses of Division in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return DivisionModifier and TypeMethodDescriptionstatic Division
ArithmeticExpressions.divide
(Expression dividend, Expression divisor) Creates a division (quotient) expression.