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

    Modifier and Type
    Class
    Description
    class 
    Implements the absolute value numeric function.
    class 
    Implements the ceiling numeric function.
    class 
    Implements the concatenation string function.
    class 
    Implements the natural exponential numeric function.
    class 
    Implements the floor numeric function.
    class 
    Implements the length string function.
    class 
    Implements the natural logarithm numeric function.
    class 
    Implements the lower case string function.
    class 
    Implements the power (exponentiation) numeric function.
    class 
    Implements the round numeric function.
    class 
    Implements the square root 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.