|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.CmsSelectQuery.TableAlias
public class CmsSelectQuery.TableAlias
Helper class which wraps a table alias.
Constructor Summary | |
---|---|
CmsSelectQuery.TableAlias(String name)
Creates a new instance. |
Method Summary | |
---|---|
String |
column(String colName)
Adds the table alias before a column name. |
String |
getName()
Returns the name of the table alias. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsSelectQuery.TableAlias(String name)
name
- the table aliasMethod Detail |
---|
public String column(String colName)
colName
- the column name
public String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |