| 限定符和类型 | 方法和说明 |
|---|---|
void |
NamingStatementVisitorAdapter.visit(Select select)
处理select 语句
|
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
CCJSqlParser.Select(List<WithItem> with) |
Select |
CCJSqlParser.SelectWithWithItems() |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
ExplainStatement.getStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExplainStatement.setStatement(Select select) |
void |
StatementVisitor.visit(Select select) |
void |
StatementVisitorAdapter.visit(Select select) |
| 构造器和说明 |
|---|
ExplainStatement(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
CreateTable.getSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTable.setSelect(Select select,
boolean parenthesis) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
CreateView.getSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateView.setSelect(Select select) |
CreateView |
CreateView.withSelect(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Insert.getSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Insert.setSelect(Select select) |
Insert |
Insert.withSelect(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Select.addWithItemsList(Collection<? extends WithItem> withItemsList) |
Select |
Select.addWithItemsList(WithItem... withItemsList) |
Select |
Select.withSelectBody(SelectBody body) |
Select |
Select.withWithItemsList(List<WithItem> withItemsList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Update.getSelect()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Update.setSelect(Select select)
已过时。
|
Update |
Update.withSelect(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Upsert.getSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Upsert.setSelect(Select select) |
Upsert |
Upsert.withSelect(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Select |
SelectUtils.buildSelectFromTable(Table table)
Builds select * from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
Expression... expr) |
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr) |
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
SelectUtils.addExpression(Select select,
Expression expr)
Adds an com.javaoffers.thrid.sqlparse.expression to select statements.
|
static void |
SelectUtils.addGroupBy(Select select,
Expression expr)
Adds group by to a plain select com.javaoffers.thrid.sqlparse.statement.
|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select com.javaoffers.thrid.sqlparse.statement.
|
void |
TablesNamesFinder.visit(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatementDeParser.visit(Select select) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatementValidator.visit(Select select) |
Copyright © 2026. All rights reserved.