Uses of Class
io.github.torand.fastersql.function.singlerow.Sqrt
Packages that use Sqrt
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Sqrt in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return SqrtModifier and TypeMethodDescriptionstatic Sqrt
SingleRowFunctions.sqrt
(Expression expression) Creates the square root function for a numeric expression.