Uses of Class
net.sf.jsqlparser.statement.RollbackStatement
Packages that use RollbackStatement
Package
Description
-
Uses of RollbackStatement in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return RollbackStatement -
Uses of RollbackStatement in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return RollbackStatementModifier and TypeMethodDescriptionRollbackStatement.withForceDistributedTransactionIdentifier
(String forceDistributedTransactionIdentifier) RollbackStatement.withSavepointName
(String savepointName) RollbackStatement.withUsingSavepointKeyword
(boolean usingSavepointKeyword) RollbackStatement.withUsingWorkKeyword
(boolean usingWorkKeyword) Methods in net.sf.jsqlparser.statement with parameters of type RollbackStatementModifier and TypeMethodDescriptionvoid
StatementVisitor.visit
(RollbackStatement rollbackStatement) void
StatementVisitorAdapter.visit
(RollbackStatement rollbackStatement) -
Uses of RollbackStatement in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type RollbackStatementModifier and TypeMethodDescriptionvoid
TablesNamesFinder.visit
(RollbackStatement rollbackStatement) -
Uses of RollbackStatement in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type RollbackStatementModifier and TypeMethodDescriptionvoid
StatementDeParser.visit
(RollbackStatement rollbackStatement) -
Uses of RollbackStatement in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type RollbackStatementModifier and TypeMethodDescriptionvoid
StatementValidator.visit
(RollbackStatement rollbackStatement)