Package io.github.torand.fastersql.alias
Class Aliases
java.lang.Object
io.github.torand.fastersql.alias.Aliases
Provides factory methods for aliases.
-
Method Summary
-
Method Details
-
alias
Creates a column alias with specified name.- Parameters:
alias
- the alias name.- Returns:
- the column alias.
-
colRef
Creates a reference to a specified column in a specified table using aliases.- Parameters:
tableAlias
- the table alias.columnAlias
- the column alias.- Returns:
- the column reference.
-