构造器和说明 |
---|
Select() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept(StatementVisitor statementVisitor) |
SelectBody |
getSelectBody() |
java.util.List<WithItem> |
getWithItemsList() |
void |
setSelectBody(SelectBody body) |
void |
setWithItemsList(java.util.List<WithItem> withItemsList) |
java.lang.String |
toString() |
public void accept(StatementVisitor statementVisitor)
public SelectBody getSelectBody()
public void setSelectBody(SelectBody body)
public java.lang.String toString()
toString
在类中 java.lang.Object
public java.util.List<WithItem> getWithItemsList()
public void setWithItemsList(java.util.List<WithItem> withItemsList)