public class Select extends Object implements Statement
Constructor and Description |
---|
Select() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
SelectBody |
getSelectBody() |
List<WithItem> |
getWithItemsList() |
void |
setSelectBody(SelectBody body) |
void |
setWithItemsList(List<WithItem> withItemsList) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public SelectBody getSelectBody()
public void setSelectBody(SelectBody body)
Copyright © 2006–2018 TinyGroup. All rights reserved.