Package io.github.torand.fastersql.expression.arithmetic
package io.github.torand.fastersql.expression.arithmetic
Provides classes representing arithmetic expressions.
-
ClassesClassDescriptionImplements the addition (sum) expression.Provides factory methods for arithmetic expressions.Implements the division (quotient) expression.Implements the modulo (division remainder) expression.Implements the multiplication (product) expression.Implements the negate numerical function.Implements the subtraction (difference) expression.