Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.BeginDistributedTransactionContext
Packages that use SQLServerStatementParser.BeginDistributedTransactionContext
Package
Description
-
Uses of SQLServerStatementParser.BeginDistributedTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.BeginDistributedTransactionContextModifier and TypeMethodDescriptionSQLServerStatementParser.beginDistributedTransaction()SQLServerStatementParser.ExecuteContext.beginDistributedTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.BeginDistributedTransactionContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx) Visit a parse tree produced bySQLServerStatementParser.beginDistributedTransaction().SQLServerStatementVisitor.visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx) Visit a parse tree produced bySQLServerStatementParser.beginDistributedTransaction(). -
Uses of SQLServerStatementParser.BeginDistributedTransactionContext 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.BeginDistributedTransactionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQLServerTCLStatementSQLVisitor.visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)