| Constructor and Description |
|---|
AlterView() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
List<String> |
getColumnNames() |
SelectBody |
getSelectBody() |
Table |
getView()
In the syntax tree, a view looks and acts just like a Table.
|
void |
setColumnNames(List<String> columnNames) |
void |
setSelectBody(SelectBody selectBody) |
void |
setView(Table view) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public Table getView()
public void setView(Table view)
public SelectBody getSelectBody()
public void setSelectBody(SelectBody selectBody)
Copyright © 2004–2017 JSQLParser. All rights reserved.