Package org.opencms.db
Class CmsSelectQuery.TableAlias
java.lang.Object
org.opencms.db.CmsSelectQuery.TableAlias
- Enclosing class:
- CmsSelectQuery
Helper class which wraps a table alias.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TableAlias
Creates a new instance.- Parameters:
name
- the table alias
-
-
Method Details
-
column
Adds the table alias before a column name.- Parameters:
colName
- the column name- Returns:
- the column name, qualified by the table alias
-
getName
Returns the name of the table alias.- Returns:
- the name of the table alias
-