Uses of Interface
io.github.torand.fastersql.function.singlerow.SingleRowFunction
Packages that use SingleRowFunction
Package
Description
Provides classes and interfaces related to single row functions.
Provides classes representing the CAST function.
-
Uses of SingleRowFunction in io.github.torand.fastersql.function.singlerow
Classes in io.github.torand.fastersql.function.singlerow that implement SingleRowFunctionModifier and TypeClassDescriptionclassImplements the absolute value numeric function.classImplements the ceiling numeric function.classImplements the concatenation string function.classImplements the natural exponential numeric function.classImplements the floor numeric function.classImplements the length string function.classImplements the natural logarithm numeric function.classImplements the lower case string function.classImplements the power (exponentiation) numeric function.classImplements the round numeric function.classImplements the square root numeric function.classImplements the substring string function.classImplements the timestamp/number to string conversion function.classImplements the string to number conversion function.classImplements the upper case string function. -
Uses of SingleRowFunction in io.github.torand.fastersql.function.singlerow.cast
Classes in io.github.torand.fastersql.function.singlerow.cast that implement SingleRowFunction