| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySQLParserListener.enterFetchCursor(MySQLParser.FetchCursorContext ctx)
Enter a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
void |
MySQLParserBaseListener.enterFetchCursor(MySQLParser.FetchCursorContext ctx)
Enter a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
void |
MySQLParserListener.exitFetchCursor(MySQLParser.FetchCursorContext ctx)
Exit a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
void |
MySQLParserBaseListener.exitFetchCursor(MySQLParser.FetchCursorContext ctx)
Exit a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
T |
MySQLParserBaseVisitor.visitFetchCursor(MySQLParser.FetchCursorContext ctx)
Visit a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
T |
MySQLParserVisitor.visitFetchCursor(MySQLParser.FetchCursorContext ctx)
Visit a parse tree produced by the
FetchCursor
labeled alternative in MySQLParser.cursorStatement(). |
Copyright © 2022. All rights reserved.