public class CmsSelectQuery.TableAlias extends java.lang.Object
Constructor and Description |
---|
TableAlias(java.lang.String name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
column(java.lang.String colName)
Adds the table alias before a column name.
|
java.lang.String |
getName()
Returns the name of the table alias.
|
public TableAlias(java.lang.String name)
name
- the table aliaspublic java.lang.String column(java.lang.String colName)
colName
- the column namepublic java.lang.String getName()