Package | Description |
---|---|
com.alibaba.druid.sql.ast.statement | |
com.alibaba.druid.sql.dialect.mysql.parser | |
com.alibaba.druid.sql.visitor |
Modifier and Type | Method and Description |
---|---|
SQLWhileStatement |
SQLWhileStatement.clone() |
Modifier and Type | Method and Description |
---|---|
SQLWhileStatement |
MySqlStatementParser.parseWhile()
parse while statement
|
SQLWhileStatement |
MySqlStatementParser.parseWhile(String label)
parse while statement with label
|
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLWhileStatement x) |
void |
SQLASTVisitor.endVisit(SQLWhileStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLWhileStatement x) |
boolean |
SQLASTVisitor.visit(SQLWhileStatement x)
support procedure
|
boolean |
SQLASTOutputVisitor.visit(SQLWhileStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.