Uses of Package
io.github.torand.fastersql.expression.arithmetic
Packages that use io.github.torand.fastersql.expression.arithmetic
Package
Description
Provides classes representing arithmetic expressions.
-
Classes in io.github.torand.fastersql.expression.arithmetic used by io.github.torand.fastersql.expression.arithmeticClassDescriptionImplements the addition (sum) expression.Implements the division (quotient) expression.Implements the modulo (division remainder) expression.Implements the multiplication (product) expression.Implements the subtraction (difference) expression.