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 representing CASE expressions.
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
Provides classes representing the CAST function.
Provides classes and interfaces related to system functions.
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 representing set operations.
Provides classes and interfaces related to SQL fragments.
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 ColumnAliasCreates a column alias with specified name.static ColumnAliasFactory 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.expression.cases
Methods in io.github.torand.fastersql.expression.cases 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()Exp.alias()Floor.alias()Length.alias()Ln.alias()Lower.alias()Power.alias()Round.alias()Sqrt.alias()Substring.alias()ToChar.alias()ToNumber.alias()Upper.alias()Abs.aliasRefs()Ceil.aliasRefs()Concat.aliasRefs()Exp.aliasRefs()Floor.aliasRefs()Length.aliasRefs()Ln.aliasRefs()Lower.aliasRefs()Power.aliasRefs()Round.aliasRefs()Sqrt.aliasRefs()Substring.aliasRefs()ToChar.aliasRefs()ToNumber.aliasRefs()Upper.aliasRefs() -
Uses of ColumnAlias in io.github.torand.fastersql.function.singlerow.cast
Methods in io.github.torand.fastersql.function.singlerow.cast that return types with arguments of type ColumnAlias -
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.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 ColumnAliasModifier and TypeMethodDescriptionProjection.alias()Gets the column alias (label) assigned for this projection. -
Uses of ColumnAlias in io.github.torand.fastersql.setoperation
Methods in io.github.torand.fastersql.setoperation 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 TypeMethodDescriptiondefault Stream<ColumnAlias> Sql.aliasRefs()Gets the column aliases referenced by this fragment. -
Uses of ColumnAlias in io.github.torand.fastersql.subquery
Methods in io.github.torand.fastersql.subquery that return types with arguments of type ColumnAlias