| 程序包 | 说明 |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.parser | |
| com.alibaba.druid.sql.dialect.mysql.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
MySqlRepeatStatement |
MySqlStatementParser.parseRepeat()
parse repeat statement
|
MySqlRepeatStatement |
MySqlStatementParser.parseRepeat(String label)
parse repeat statement with label
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlSchemaStatVisitor.endVisit(MySqlRepeatStatement x) |
void |
MySqlOutputVisitor.endVisit(MySqlRepeatStatement x) |
void |
MySqlASTVisitorAdapter.endVisit(MySqlRepeatStatement x) |
void |
MySqlASTVisitor.endVisit(MySqlRepeatStatement x) |
boolean |
MySqlSchemaStatVisitor.visit(MySqlRepeatStatement x) |
boolean |
MySqlOutputVisitor.visit(MySqlRepeatStatement x) |
boolean |
MySqlASTVisitorAdapter.visit(MySqlRepeatStatement x) |
boolean |
MySqlASTVisitor.visit(MySqlRepeatStatement x) |
Copyright © 2013-2016 Alibaba Group. All Rights Reserved.