simpledb.parse
Class CreateViewData

java.lang.Object
  extended by simpledb.parse.CreateViewData

public class CreateViewData
extends Object

Data for the SQL create view statement.

Author:
Edward Sciore

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

CreateViewData

public CreateViewData(String viewname,
                      QueryData qrydata)
Saves the view name and its definition.

Method Detail

viewName

public String viewName()
Returns the name of the new view.

Returns:
the name of the new view

viewDef

public String viewDef()
Returns the definition of the new view.

Returns:
the definition of the new view


Copyright © 2011. All Rights Reserved.