Uses of Package
io.github.torand.fastersql.function.singlerow
Packages that use io.github.torand.fastersql.function.singlerow
Package
Description
Provides classes and interfaces related to single row functions.
-
Classes in io.github.torand.fastersql.function.singlerow used by io.github.torand.fastersql.function.singlerowClassDescriptionImplements the absolute value numeric function.Implements the ceiling numeric function.Implements the concatenation string function.Implements the natural exponential numeric function.Implements the floor numeric function.Implements the length string function.Implements the natural logarithm numeric function.Implements the lower case string function.Implements the power (exponentiation) numeric function.Implements the round numeric function.Defines a function that returns a single value based upon one value from a single row.Implements the square root numeric function.Implements the substring string function.Implements the timestamp/number to string conversion function.Implements the string to number conversion function.Implements the upper case string function.