Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.SetTransactionContext
-
Packages that use SQL92StatementParser.SetTransactionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type -
-
Uses of SQL92StatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.SetTransactionContext Modifier and Type Method Description SQL92StatementParser.SetTransactionContextSQL92StatementParser.ExecuteContext. setTransaction()SQL92StatementParser.SetTransactionContextSQL92StatementParser. setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.SetTransactionContext Modifier and Type Method Description TSQL92StatementBaseVisitor. visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)Visit a parse tree produced bySQL92StatementParser.setTransaction().TSQL92StatementVisitor. visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)Visit a parse tree produced bySQL92StatementParser.setTransaction(). -
Uses of SQL92StatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.type with parameters of type SQL92StatementParser.SetTransactionContext Modifier and Type Method Description ASTNodeSQL92TCLStatementVisitor. visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)
-