Package io.github.torand.fastersql.function.singlerow
package io.github.torand.fastersql.function.singlerow
Provides classes and interfaces related to single row functions.
-
ClassDescriptionImplements the absolute value numeric function.Implements the ceiling numeric function.Implements the concatenation string function.Implements the floor numeric function.Implements the length string function.Implements the lower case string function.Implements the round numeric function.Defines a function that returns a single value based upon one value from a single row.Provides factory methods for single row functions.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.