Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.RollbackContext
Packages that use SQL92StatementParser.RollbackContext
Package
Description
-
Uses of SQL92StatementParser.RollbackContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.RollbackContextModifier and TypeMethodDescriptionSQL92StatementParser.ExecuteContext.rollback()SQL92StatementParser.rollback()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.RollbackContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitRollback(SQL92StatementParser.RollbackContext ctx) Visit a parse tree produced bySQL92StatementParser.rollback().SQL92StatementVisitor.visitRollback(SQL92StatementParser.RollbackContext ctx) Visit a parse tree produced bySQL92StatementParser.rollback(). -
Uses of SQL92StatementParser.RollbackContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl with parameters of type SQL92StatementParser.RollbackContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92TCLStatementSQLVisitor.visitRollback(SQL92StatementParser.RollbackContext ctx)