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 PowerSingleRowFunctions.pow(Expression base, Expression exponent) Creates the POW (exponentiation) function for a numeric expression.static PowerSingleRowFunctions.pow(Expression base, Number exponent) Creates the POW (exponentiation) function for a numeric expression with constant value exponent.