Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.BeginTransactionContext
-
-
Uses of SQLServerStatementParser.BeginTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.BeginTransactionContext Modifier and Type Method Description SQLServerStatementParser.BeginTransactionContextSQLServerStatementParser. beginTransaction()SQLServerStatementParser.BeginTransactionContextSQLServerStatementParser.ExecuteContext. beginTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.BeginTransactionContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.beginTransaction().TSQLServerStatementVisitor. visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)Visit a parse tree produced bySQLServerStatementParser.beginTransaction(). -
Uses of SQLServerStatementParser.BeginTransactionContext 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.BeginTransactionContext Modifier and Type Method Description ASTNodeSQLServerTCLStatementVisitor. visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)
-