Uses of Class
io.github.torand.fastersql.expression.arithmetic.Multiplication
Packages that use Multiplication
Package
Description
Provides classes representing arithmetic expressions.
-
Uses of Multiplication in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return MultiplicationModifier and TypeMethodDescriptionstatic Multiplication
ArithmeticExpressions.multiply
(Expression firstFactor, Expression secondFactor) Creates a multiplication (product) expression.