Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.SetTransactionContext
Packages that use SQL92StatementParser.SetTransactionContext
Package
Description
-
Uses of SQL92StatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.SetTransactionContextModifier and TypeMethodDescriptionSQL92StatementParser.ExecuteContext.setTransaction()SQL92StatementParser.setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.SetTransactionContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx) Visit a parse tree produced bySQL92StatementParser.setTransaction().SQL92StatementVisitor.visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx) Visit a parse tree produced bySQL92StatementParser.setTransaction(). -
Uses of SQL92StatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl with parameters of type SQL92StatementParser.SetTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92TCLStatementSQLVisitor.visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)