Uses of Interface
io.github.torand.fastersql.function.Function
Packages that use Function
Package
Description
Provides classes and interfaces related to aggregate, single row and system functions.
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
Provides classes representing the CAST function.
Provides classes and interfaces related to system functions.
-
Uses of Function in io.github.torand.fastersql.function
Subinterfaces of Function in io.github.torand.fastersql.functionModifier and TypeInterfaceDescriptioninterfaceDefines a function that operates on a specific column (or no specific column). -
Uses of Function in io.github.torand.fastersql.function.aggregate
Subinterfaces of Function in io.github.torand.fastersql.function.aggregateModifier and TypeInterfaceDescriptioninterfaceDefines 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 FunctionModifier and TypeClassDescriptionclassImplements the average aggregate function.classImplements the count aggregate function.classImplements the count all aggregate function.classImplements the maximum aggregate function.classImplements the minimum aggregate function.classImplements the sum aggregate function. -
Uses of Function in io.github.torand.fastersql.function.singlerow
Subinterfaces of Function in io.github.torand.fastersql.function.singlerowModifier and TypeInterfaceDescriptioninterfaceDefines 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 FunctionModifier and TypeClassDescriptionclassImplements the absolute value numeric function.classImplements the ceiling numeric function.classImplements the concatenation string function.classImplements the natural exponential numeric function.classImplements the floor numeric function.classImplements the length string function.classImplements the natural logarithm numeric function.classImplements the lower case string function.classImplements the power (exponentiation) numeric function.classImplements the round numeric function.classImplements the square root numeric function.classImplements the substring string function.classImplements the timestamp/number to string conversion function.classImplements the string to number conversion function.classImplements the upper case string function. -
Uses of Function in io.github.torand.fastersql.function.singlerow.cast
Classes in io.github.torand.fastersql.function.singlerow.cast that implement Function -
Uses of Function in io.github.torand.fastersql.function.system
Subinterfaces of Function in io.github.torand.fastersql.function.systemModifier and TypeInterfaceDescriptioninterfaceDefines a function that returns a single value without operating on table rows.Classes in io.github.torand.fastersql.function.system that implement FunctionModifier and TypeClassDescriptionclassImplements the current date system function.classImplements the current time system function.classImplements the current timestamp system function.