Package | Description |
---|---|
com.alibaba.druid.sql.dialect.mysql.parser | |
com.alibaba.druid.sql.dialect.mysql.visitor |
Modifier and Type | Method and Description |
---|---|
MySqlRepeatStatement |
MySqlStatementParser.parseRepeat()
parse repeat statement
|
MySqlRepeatStatement |
MySqlStatementParser.parseRepeat(String label)
parse repeat statement with label
|
Modifier and Type | Method and Description |
---|---|
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–2017 Alibaba Group. All rights reserved.