Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.SetTransactionContext
Packages that use SQLServerStatementParser.SetTransactionContext
Package
Description
-
Uses of SQLServerStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.SetTransactionContextModifier and TypeMethodDescriptionSQLServerStatementParser.ExecuteContext.setTransaction()SQLServerStatementParser.setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.SetTransactionContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx) Visit a parse tree produced bySQLServerStatementParser.setTransaction().SQLServerStatementVisitor.visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx) Visit a parse tree produced bySQLServerStatementParser.setTransaction(). -
Uses of SQLServerStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl with parameters of type SQLServerStatementParser.SetTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQLServerTCLStatementSQLVisitor.visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)