Uses of Class
io.github.torand.fastersql.expression.arithmetic.Subtraction
Packages that use Subtraction
Package
Description
Provides classes representing arithmetic expressions.
-
Uses of Subtraction in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return SubtractionModifier and TypeMethodDescriptionstatic Subtraction
ArithmeticExpressions.subtract
(Expression minuend, Expression subtrahend) Creates a subtraction (difference) expression.