Uses of Package
io.github.torand.fastersql.function
Packages that use io.github.torand.fastersql.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 and interfaces related to system functions.
-
Classes in io.github.torand.fastersql.function used by io.github.torand.fastersql.functionClassDescriptionDefines a construct that evaluates to a single value, based upon zero, one or multiple rows.
-
Classes in io.github.torand.fastersql.function used by io.github.torand.fastersql.function.aggregateClassDescriptionDefines a function that operates on a specific column (or no specific column).Defines a construct that evaluates to a single value, based upon zero, one or multiple rows.
-
Classes in io.github.torand.fastersql.function used by io.github.torand.fastersql.function.singlerowClassDescriptionDefines a function that operates on a specific column (or no specific column).Defines a construct that evaluates to a single value, based upon zero, one or multiple rows.
-
Classes in io.github.torand.fastersql.function used by io.github.torand.fastersql.function.systemClassDescriptionDefines a construct that evaluates to a single value, based upon zero, one or multiple rows.