Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.XaRecoveryContext
-
Packages that use MySQLStatementParser.XaRecoveryContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type -
-
Uses of MySQLStatementParser.XaRecoveryContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return MySQLStatementParser.XaRecoveryContext Modifier and Type Method Description MySQLStatementParser.XaRecoveryContextMySQLStatementParser.ExecuteContext. xaRecovery()MySQLStatementParser.XaRecoveryContextMySQLStatementParser. xaRecovery()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.XaRecoveryContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitXaRecovery(MySQLStatementParser.XaRecoveryContext ctx)Visit a parse tree produced byMySQLStatementParser.xaRecovery().TMySQLStatementVisitor. visitXaRecovery(MySQLStatementParser.XaRecoveryContext ctx)Visit a parse tree produced byMySQLStatementParser.xaRecovery(). -
Uses of MySQLStatementParser.XaRecoveryContext in org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type with parameters of type MySQLStatementParser.XaRecoveryContext Modifier and Type Method Description ASTNodeMySQLTCLStatementVisitor. visitXaRecovery(MySQLStatementParser.XaRecoveryContext ctx)
-