| 接口 | 说明 |
|---|---|
| FromItem |
Description: An item in a "SELECT [...]
|
| FromItemVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| IntoTableVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| OrderByVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| SelectBody |
Description:
Title:首亨软件 - TSS/CRM等
|
| SelectItem |
Description: Anything between "SELECT" and "FROM"
(that is, any column or expression etc to be retrieved with the query) Title:首亨软件 - TSS/CRM等 |
| SelectItemVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| SelectVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| 类 | 说明 |
|---|---|
| AllColumns |
Description: All the columns (as in "SELECT * FROM ...")
|
| AllTableColumns |
Description: All the columns of a table (as in "SELECT TableName.* FROM ...")
|
| Distinct |
Description: A DISTINCT [ON (expression, ...)] clause
Title:首亨软件 - TSS/CRM等
|
| Join |
Description: A join clause
Title:首亨软件 - TSS/CRM等
|
| Limit |
Description: A limit clause in the form [LIMIT {[offset,] row_count) | (row_count | ALL) OFFSET offset}]
Title:首亨软件 - TSS/CRM等
|
| OrderByElement |
Description: An element (column reference) in an "ORDER BY" clause.
|
| PlainSelect |
Description: The core of a "SELECT" statement (no UNION, no ORDER BY)
Title:首亨软件 - TSS/CRM等
|
| Select |
Description:
Title:首亨软件 - TSS/CRM等
|
| SelectExpressionItem |
Description: An expression as in "SELECT expr1 AS EXPR"
Title:首亨软件 - TSS/CRM等
|
| SubJoin |
Description: A table created by "(tab1 join tab2)".
|
| SubSelect |
Description: A subselect followed by an optional alias.
|
| Top |
Description: A top clause in the form [TOP row_count]
Title:首亨软件 - TSS/CRM等
|
| Union |
Description: A UNION statement
Title:首亨软件 - TSS/CRM等
|
| WithItem |
Description: One of the parts of a "WITH" clause of a "SELECT" statement
Title:首亨软件 - TSS/CRM等
|