Uses of Class
io.github.torand.fastersql.expression.arithmetic.Negate
Packages that use Negate
Package
Description
Provides classes representing arithmetic expressions.
-
Uses of Negate in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return NegateModifier and TypeMethodDescriptionstatic NegateArithmeticExpressions.neg(Expression expression) Creates a negatation expression.