| 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 |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLWhileStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLWhileStatement x) |
default boolean |
SQLASTVisitor.visit(SQLWhileStatement x)
support procedure
|
Copyright © 2013–2022 Alibaba Group. All rights reserved.