| Package | Description |
|---|---|
| io.debezium.ddl.parser.mysql.generated |
| Modifier and Type | Method and Description |
|---|---|
MySqlParser.StartTransactionContext |
MySqlParser.startTransaction() |
MySqlParser.StartTransactionContext |
MySqlParser.TransactionStatementContext.startTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserListener.enterStartTransaction(MySqlParser.StartTransactionContext ctx)
Enter a parse tree produced by
MySqlParser.startTransaction(). |
void |
MySqlParserBaseListener.enterStartTransaction(MySqlParser.StartTransactionContext ctx)
Enter a parse tree produced by
MySqlParser.startTransaction(). |
void |
MySqlParserListener.exitStartTransaction(MySqlParser.StartTransactionContext ctx)
Exit a parse tree produced by
MySqlParser.startTransaction(). |
void |
MySqlParserBaseListener.exitStartTransaction(MySqlParser.StartTransactionContext ctx)
Exit a parse tree produced by
MySqlParser.startTransaction(). |
Copyright © 2019 JBoss by Red Hat. All rights reserved.