Interface Relation
- All Superinterfaces:
Sql
- All Known Implementing Classes:
Table
,TableSubquery
Defines a table of columns and rows, whether a permanent database table or a temporary table (the result of a subquery).
-
Method Details
-
as
Specifies the table alias name of this relation.- Parameters:
alias
- the table alias name.- Returns:
- the modified relation.
-
alias
TableAlias alias()Gets the table alias specified for this relation.- Returns:
- the table alias.
-