程序包 | 说明 |
---|---|
com.sh.common.parser.sql.parser | |
com.sh.common.parser.sql.statement.select |
限定符和类型 | 方法和说明 |
---|---|
SelectBody |
CCShParser.SelectBody() |
限定符和类型 | 类和说明 |
---|---|
class |
PlainSelect
Description: The core of a "SELECT" statement (no UNION, no ORDER BY)
Title:首亨软件 - TSS/CRM等
|
class |
Union
Description: A UNION statement
Title:首亨软件 - TSS/CRM等
|
限定符和类型 | 方法和说明 |
---|---|
SelectBody |
WithItem.getSelectBody()
The
SelectBody of this WITH item is the part after the "AS"
keyword |
SelectBody |
SubSelect.getSelectBody() |
SelectBody |
Select.getSelectBody() |
限定符和类型 | 方法和说明 |
---|---|
void |
WithItem.setSelectBody(SelectBody selectBody) |
void |
SubSelect.setSelectBody(SelectBody body) |
void |
Select.setSelectBody(SelectBody body) |