public class CreateViewData extends Object
Constructor and Description |
---|
CreateViewData(String viewName,
QueryData qryData)
Saves the view name and its definition.
|
Modifier and Type | Method and Description |
---|---|
String |
viewDef()
Returns the definition of the new view.
|
QueryData |
viewDefData()
Returns the query data of the view definition.
|
String |
viewName()
Returns the name of the new view.
|
public String viewName()
public String viewDef()
public QueryData viewDefData()
Copyright © 2022 VanillaDB Organization. All rights reserved.