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