Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.BeginDistributedTransactionContext
-
-
Uses of SQLServerStatementParser.BeginDistributedTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.BeginDistributedTransactionContext Modifier and Type Method Description SQLServerStatementParser.BeginDistributedTransactionContextSQLServerStatementParser. beginDistributedTransaction()SQLServerStatementParser.BeginDistributedTransactionContextSQLServerStatementParser.ExecuteContext. beginDistributedTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.BeginDistributedTransactionContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.beginDistributedTransaction().TSQLServerStatementVisitor. visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.beginDistributedTransaction(). -
Uses of SQLServerStatementParser.BeginDistributedTransactionContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type with parameters of type SQLServerStatementParser.BeginDistributedTransactionContext Modifier and Type Method Description ASTNodeSQLServerTCLStatementVisitor. visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)
-