Uses of Interface
io.github.torand.fastersql.function.ColumnFunction
Packages that use ColumnFunction
Package
Description
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
-
Uses of ColumnFunction in io.github.torand.fastersql.function.aggregate
Subinterfaces of ColumnFunction in io.github.torand.fastersql.function.aggregateModifier and TypeInterfaceDescriptioninterface
Defines a function that returns a single value based upon a set of other values fetched from multiple rows.Classes in io.github.torand.fastersql.function.aggregate that implement ColumnFunctionModifier and TypeClassDescriptionclass
Implements the average aggregate function.class
Implements the count aggregate function.class
Implements the count all aggregate function.class
Implements the maximum aggregate function.class
Implements the minimum aggregate function.class
Implements the sum aggregate function. -
Uses of ColumnFunction in io.github.torand.fastersql.function.singlerow
Subinterfaces of ColumnFunction in io.github.torand.fastersql.function.singlerowModifier and TypeInterfaceDescriptioninterface
Defines a function that returns a single value based upon one value from a single row.Classes in io.github.torand.fastersql.function.singlerow that implement ColumnFunctionModifier 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.