| Package | Description |
|---|---|
| io.debezium.ddl.parser.mysql.generated |
| Modifier and Type | Method and Description |
|---|---|
MySqlParser.XidContext |
MySqlParser.xid() |
MySqlParser.XidContext |
MySqlParser.XaStartTransactionContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaEndTransactionContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaPrepareStatementContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaCommitWorkContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaRollbackWorkContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaRecoverWorkContext.xid() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserBaseListener.enterXid(MySqlParser.XidContext ctx)
Enter a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserListener.enterXid(MySqlParser.XidContext ctx)
Enter a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserBaseListener.exitXid(MySqlParser.XidContext ctx)
Exit a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserListener.exitXid(MySqlParser.XidContext ctx)
Exit a parse tree produced by
MySqlParser.xid(). |
Copyright © 2020 JBoss by Red Hat. All rights reserved.