| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.CursorNameContext |
MySQLStatementParser.cursorName() |
MySQLStatementParser.CursorNameContext |
MySQLStatementParser.CursorCloseStatementContext.cursorName() |
MySQLStatementParser.CursorNameContext |
MySQLStatementParser.CursorDeclareStatementContext.cursorName() |
MySQLStatementParser.CursorNameContext |
MySQLStatementParser.CursorFetchStatementContext.cursorName() |
MySQLStatementParser.CursorNameContext |
MySQLStatementParser.CursorOpenStatementContext.cursorName() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitCursorName(MySQLStatementParser.CursorNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.cursorName(). |
T |
MySQLStatementVisitor.visitCursorName(MySQLStatementParser.CursorNameContext ctx)
Visit a parse tree produced by
MySQLStatementParser.cursorName(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.