Class InTransactions

java.lang.Object
org.neo4j.cypherdsl.core.InTransactions
All Implemented Interfaces:
Visitable

@API(status=STABLE, since="2022.3.0") public final class InTransactions extends Object implements Visitable
Used for subqueries IN TRANSACTIONS
Since:
2022.3.0
Author:
Michael J. Simons
  • Method Details

    • getRows

      @API(status=INTERNAL) @Nullable public @Nullable Integer getRows()
      Returns:
      number of rows in this transaction
    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - the visitor to notify, must not be null.