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.
-
Uses of SingleRowFunction in io.github.torand.fastersql.function.singlerow
Classes in io.github.torand.fastersql.function.singlerow that implement SingleRowFunctionModifier and TypeClassDescriptionclass
Implements the absolute value numeric function.class
Implements the ceiling numeric function.class
Implements the concatenation string function.class
Implements the floor numeric function.class
Implements the length string function.class
Implements the lower case string function.class
Implements the round numeric function.class
Implements the substring string function.class
Implements the timestamp/number to string conversion function.class
Implements the string to number conversion function.class
Implements the upper case string function.