Uses of Class
io.github.torand.fastersql.function.singlerow.Abs
Packages that use Abs
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Abs in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return AbsModifier and TypeMethodDescriptionstatic Abs
SingleRowFunctions.abs
(Expression expression) Creates the absolute value function for a numeric expression.