Uses of Package
io.github.torand.fastersql.projection
Packages that use io.github.torand.fastersql.projection
Package
Description
Provides classes and interfaces related to column and table aliases.
Provides classes and interfaces related to inline value constants for statements.
Provides classes and interfaces related to scalar or tabular expressions.
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 and interfaces related to system functions.
Provides classes representing the database model.
Provides classes and interfaces related to projections.
Provides classes and interfaces related to statements.
Provides classes and interfaces related to subqueries.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.aliasClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.constantClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.expressionClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.expression.arithmeticClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.functionClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.function.aggregateClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.function.singlerowClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.function.systemClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.modelClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.projectionClassDescriptionRepresents an enumeration of a projection, that is, a 1-based number referencing a single projection element in a SELECT clause.Defines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.statementClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.
-
Classes in io.github.torand.fastersql.projection used by io.github.torand.fastersql.subqueryClassDescriptionDefines a construct which can be returned in a result set, i.e. an item in the SELECT clause.