|
||||||||||
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(String viewname,
QueryData qrydata)
Saves the view name and its definition. |
Method Summary | |
---|---|
String |
viewDef()
Returns the definition of the new view. |
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(String viewname, QueryData qrydata)
Method Detail |
---|
public String viewName()
public String viewDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |