| Modifier and Type | Method and Description |
|---|---|
SQLLoopStatement |
MySqlStatementParser.parseLoop()
parse loop statement
|
SQLLoopStatement |
MySqlStatementParser.parseLoop(String label)
parse loop statement with label
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlOutputVisitor.visit(SQLLoopStatement x) |
| Modifier and Type | Method and Description |
|---|---|
SQLLoopStatement |
OracleStatementParser.parseLoop() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLLoopStatement x) |
void |
SQLASTVisitor.endVisit(SQLLoopStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLLoopStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLLoopStatement x) |
boolean |
SQLASTVisitor.visit(SQLLoopStatement x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.