| Package | Description |
|---|---|
| io.debezium.ddl.parser.mysql.generated |
| Modifier and Type | Method and Description |
|---|---|
MySqlParser.TransactionStatementContext |
MySqlParser.transactionStatement() |
MySqlParser.TransactionStatementContext |
MySqlParser.SqlStatementContext.transactionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserBaseListener.enterTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Enter a parse tree produced by
MySqlParser.transactionStatement(). |
void |
MySqlParserListener.enterTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Enter a parse tree produced by
MySqlParser.transactionStatement(). |
void |
MySqlParserBaseListener.exitTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Exit a parse tree produced by
MySqlParser.transactionStatement(). |
void |
MySqlParserListener.exitTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Exit a parse tree produced by
MySqlParser.transactionStatement(). |
Copyright © 2020 JBoss by Red Hat. All rights reserved.