| 程序包 | 说明 |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.parser | |
| com.alibaba.druid.sql.dialect.mysql.visitor | |
| com.alibaba.druid.sql.dialect.oracle.parser | |
| com.alibaba.druid.sql.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLLoopStatement |
MySqlStatementParser.parseLoop()
parse loop statement
|
SQLLoopStatement |
MySqlStatementParser.parseLoop(String label)
parse loop statement with label
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
MySqlOutputVisitor.visit(SQLLoopStatement x) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLLoopStatement |
OracleStatementParser.parseLoop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLLoopStatement x) |
void |
SQLASTVisitor.endVisit(SQLLoopStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLLoopStatement x) |
boolean |
SQLASTVisitor.visit(SQLLoopStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLLoopStatement x) |
Copyright © 2013-2016 Alibaba Group. All Rights Reserved.