Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.XaBeginContext
-
Packages that use MySQLStatementParser.XaBeginContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.mysql.visitor.statement.type -
-
Uses of MySQLStatementParser.XaBeginContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return MySQLStatementParser.XaBeginContext Modifier and Type Method Description MySQLStatementParser.XaBeginContextMySQLStatementParser.ExecuteContext. xaBegin()MySQLStatementParser.XaBeginContextMySQLStatementParser. xaBegin()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.XaBeginContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitXaBegin(MySQLStatementParser.XaBeginContext ctx)Visit a parse tree produced byMySQLStatementParser.xaBegin().TMySQLStatementVisitor. visitXaBegin(MySQLStatementParser.XaBeginContext ctx)Visit a parse tree produced byMySQLStatementParser.xaBegin(). -
Uses of MySQLStatementParser.XaBeginContext 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.XaBeginContext Modifier and Type Method Description ASTNodeMySQLTCLStatementVisitor. visitXaBegin(MySQLStatementParser.XaBeginContext ctx)
-