Uses of Package
io.github.torand.fastersql.order
Packages that use io.github.torand.fastersql.order
Package
Description
Provides classes and interfaces related to column and table aliases.
Provides classes representing arithmetic expressions.
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 database model.
Provides classes and interfaces representing order clauses.
Provides classes and interfaces related to projections.
Provides classes and interfaces related to statements.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.aliasClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.expression.arithmeticClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.functionClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.function.aggregateClassDescriptionDefines an ordering specification for the ORDER BY clause.Defines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.function.singlerowClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.modelClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.orderClassDescriptionImplements an ascending order clause.Implements a descending order clause.Defines an ordering specification for the ORDER BY clause.Defines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.projectionClassDescriptionDefines an expression specifying the ordering of rows from a query.
-
Classes in io.github.torand.fastersql.order used by io.github.torand.fastersql.statement