Uses of Class
io.github.torand.fastersql.alias.ColumnAlias
Packages that use ColumnAlias
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 related to SQL fragments.
Provides classes and interfaces related to statements.
Provides classes and interfaces related to subqueries.
-
Uses of ColumnAlias in io.github.torand.fastersql.alias
Methods in io.github.torand.fastersql.alias that return ColumnAliasModifier and TypeMethodDescriptionstatic ColumnAlias
Creates a column alias with specified name.static ColumnAlias
Factory method to create a random column alias using specified prefix.Methods in io.github.torand.fastersql.alias that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.constant
Methods in io.github.torand.fastersql.constant that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.expression.arithmetic
Methods in io.github.torand.fastersql.expression.arithmetic that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.function.aggregate
Methods in io.github.torand.fastersql.function.aggregate that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return types with arguments of type ColumnAliasModifier and TypeMethodDescriptionAbs.alias()
Ceil.alias()
Concat.alias()
Floor.alias()
Length.alias()
Lower.alias()
Round.alias()
Substring.alias()
ToChar.alias()
ToNumber.alias()
Upper.alias()
Abs.aliasRefs()
Ceil.aliasRefs()
Concat.aliasRefs()
Floor.aliasRefs()
Length.aliasRefs()
Lower.aliasRefs()
Round.aliasRefs()
Substring.aliasRefs()
ToChar.aliasRefs()
ToNumber.aliasRefs()
Upper.aliasRefs()
-
Uses of ColumnAlias in io.github.torand.fastersql.function.system
Methods in io.github.torand.fastersql.function.system that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.join
Methods in io.github.torand.fastersql.join that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.model
Methods in io.github.torand.fastersql.model that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.order
Methods in io.github.torand.fastersql.order that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.predicate
Methods in io.github.torand.fastersql.predicate that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.predicate.comparison
Methods in io.github.torand.fastersql.predicate.comparison that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.predicate.compound
Methods in io.github.torand.fastersql.predicate.compound that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.projection
Methods in io.github.torand.fastersql.projection that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.sql
Methods in io.github.torand.fastersql.sql that return types with arguments of type ColumnAliasModifier and TypeMethodDescriptionSql.aliasRefs()
Gets the column aliases referenced by this fragment. -
Uses of ColumnAlias in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return types with arguments of type ColumnAlias -
Uses of ColumnAlias in io.github.torand.fastersql.subquery
Methods in io.github.torand.fastersql.subquery that return types with arguments of type ColumnAlias