|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gibello.zql.ZAliasedName
org.gibello.zql.ZFromItem
public class ZFromItem
ZFromItem: an SQL FROM clause (example: the FROM part of a SELECT...FROM).
Field Summary |
---|
Fields inherited from class org.gibello.zql.ZAliasedName |
---|
FORM_COLUMN, FORM_TABLE |
Constructor Summary | |
---|---|
ZFromItem()
Create a new FROM clause. |
|
ZFromItem(java.lang.String fullname)
Create a new FROM clause on a given table. |
Method Summary |
---|
Methods inherited from class org.gibello.zql.ZAliasedName |
---|
getAlias, getColumn, getSchema, getTable, isWildcard, setAlias, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZFromItem()
public ZFromItem(java.lang.String fullname)
fullname
- the table name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |