Uses of Class
io.github.torand.fastersql.function.singlerow.Power
Packages that use Power
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Power in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return PowerModifier and TypeMethodDescriptionstatic Power
SingleRowFunctions.pow
(Expression base, Expression exponent) Creates the power function for numeric expressions.