|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.parse.CreateViewData
public class CreateViewData
Data for the SQL create view statement.
Constructor Summary | |
---|---|
CreateViewData(java.lang.String viewname,
QueryData qrydata)
Saves the view name and its definition. |
Method Summary | |
---|---|
java.lang.String |
viewDef()
Returns the definition of the new view. |
java.lang.String |
viewName()
Returns the name of the new view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateViewData(java.lang.String viewname, QueryData qrydata)
Method Detail |
---|
public java.lang.String viewName()
public java.lang.String viewDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |