Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.SetTransactionContext
-
Packages that use SQLServerStatementParser.SetTransactionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type -
-
Uses of SQLServerStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.SetTransactionContext Modifier and Type Method Description SQLServerStatementParser.SetTransactionContextSQLServerStatementParser.ExecuteContext. setTransaction()SQLServerStatementParser.SetTransactionContextSQLServerStatementParser. setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.SetTransactionContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.setTransaction().TSQLServerStatementVisitor. visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.setTransaction(). -
Uses of SQLServerStatementParser.SetTransactionContext 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.SetTransactionContext Modifier and Type Method Description ASTNodeSQLServerTCLStatementVisitor. visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
-