Uses of Class
io.github.torand.fastersql.alias.TableAlias
Packages that use TableAlias
Package
Description
Provides classes representing the database model.
Provides classes and interfaces representing relations.
Provides classes and interfaces related to subqueries.
-
Uses of TableAlias in io.github.torand.fastersql.model
Methods in io.github.torand.fastersql.model that return TableAlias -
Uses of TableAlias in io.github.torand.fastersql.relation
Methods in io.github.torand.fastersql.relation that return TableAliasModifier and TypeMethodDescriptionRelation.alias()
Gets the table alias specified for this relation. -
Uses of TableAlias in io.github.torand.fastersql.subquery
Methods in io.github.torand.fastersql.subquery that return TableAlias