| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLParser.LockTablesContext |
MySQLParser.lockTables() |
MySQLParser.LockTablesContext |
MySQLParser.TransactionStatementContext.lockTables() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySQLParserListener.enterLockTables(MySQLParser.LockTablesContext ctx)
Enter a parse tree produced by
MySQLParser.lockTables(). |
void |
MySQLParserBaseListener.enterLockTables(MySQLParser.LockTablesContext ctx)
Enter a parse tree produced by
MySQLParser.lockTables(). |
void |
MySQLParserListener.exitLockTables(MySQLParser.LockTablesContext ctx)
Exit a parse tree produced by
MySQLParser.lockTables(). |
void |
MySQLParserBaseListener.exitLockTables(MySQLParser.LockTablesContext ctx)
Exit a parse tree produced by
MySQLParser.lockTables(). |
T |
MySQLParserBaseVisitor.visitLockTables(MySQLParser.LockTablesContext ctx)
Visit a parse tree produced by
MySQLParser.lockTables(). |
T |
MySQLParserVisitor.visitLockTables(MySQLParser.LockTablesContext ctx)
Visit a parse tree produced by
MySQLParser.lockTables(). |
Copyright © 2022. All rights reserved.