| Package | Description |
|---|---|
| io.debezium.ddl.parser.mysql.generated |
| Modifier and Type | Method and Description |
|---|---|
MySqlParser.RollbackStatementContext |
MySqlParser.rollbackStatement() |
MySqlParser.RollbackStatementContext |
MySqlParser.TransactionStatementContext.rollbackStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserBaseListener.enterRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Enter a parse tree produced by
MySqlParser.rollbackStatement(). |
void |
MySqlParserListener.enterRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Enter a parse tree produced by
MySqlParser.rollbackStatement(). |
void |
MySqlParserBaseListener.exitRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Exit a parse tree produced by
MySqlParser.rollbackStatement(). |
void |
MySqlParserListener.exitRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Exit a parse tree produced by
MySqlParser.rollbackStatement(). |
Copyright © 2021 JBoss by Red Hat. All rights reserved.