Uses of Class
net.sf.jsqlparser.statement.RollbackStatement
-
Packages that use RollbackStatement Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of RollbackStatement in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return RollbackStatement Modifier and Type Method Description RollbackStatement
CCJSqlParser. RollbackStatement()
-
Uses of RollbackStatement in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return RollbackStatement Modifier and Type Method Description RollbackStatement
RollbackStatement. withForceDistributedTransactionIdentifier(java.lang.String forceDistributedTransactionIdentifier)
RollbackStatement
RollbackStatement. withSavepointName(java.lang.String savepointName)
RollbackStatement
RollbackStatement. withUsingSavepointKeyword(boolean usingSavepointKeyword)
RollbackStatement
RollbackStatement. withUsingWorkKeyword(boolean usingWorkKeyword)
Methods in net.sf.jsqlparser.statement with parameters of type RollbackStatement Modifier and Type Method Description default void
StatementVisitor. visit(RollbackStatement rollbackStatement)
<S> T
StatementVisitor. visit(RollbackStatement rollbackStatement, S context)
<S> T
StatementVisitorAdapter. visit(RollbackStatement rollbackStatement, S context)
-
Uses of RollbackStatement in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type RollbackStatement Modifier and Type Method Description void
TablesNamesFinder. visit(RollbackStatement rollbackStatement)
<S> Void
TablesNamesFinder. visit(RollbackStatement rollbackStatement, S context)
-
Uses of RollbackStatement in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type RollbackStatement Modifier and Type Method Description <S> java.lang.StringBuilder
StatementDeParser. visit(RollbackStatement rollbackStatement, S context)
-
Uses of RollbackStatement in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type RollbackStatement Modifier and Type Method Description void
StatementValidator. visit(RollbackStatement rollbackStatement)
<S> java.lang.Void
StatementValidator. visit(RollbackStatement rollbackStatement, S context)
-