Uses of Package
io.github.torand.fastersql.alias
Packages that use io.github.torand.fastersql.alias
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 representing arithmetic expressions.
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 join clauses.
Provides classes representing the database model.
Provides classes and interfaces representing order clauses.
Provides classes and interfaces related to predicates.
Provides classes and interfaces representing comparison predicates.
Provides classes and interfaces representing predicates made up by multiple sub-predicates.
Provides classes and interfaces related to projections.
Provides classes and interfaces representing relations.
Provides classes and interfaces related to SQL fragments.
Provides classes and interfaces related to statements.
Provides classes and interfaces related to subqueries.
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.aliasClassDescriptionDefines an alias (label) for a column or tableRepresents an alias (label) for a projectionReferences a column using a combination of a table alias and a column alias.
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.constant
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.expression.arithmetic
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.function.aggregate
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.function.singlerow
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.function.system
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.join
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.modelClassDescriptionRepresents an alias (label) for a projectionRepresents an alias (label) for a table
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.order
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.predicate
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.predicate.comparison
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.predicate.compound
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.projection
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.relation
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.sql
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.statement
-
Classes in io.github.torand.fastersql.alias used by io.github.torand.fastersql.subqueryClassDescriptionRepresents an alias (label) for a projectionRepresents an alias (label) for a table