Interface Statement.UseStatement

All Superinterfaces:
Statement, Visitable
Enclosing interface:
Statement

public static sealed interface Statement.UseStatement extends Statement
Represents a USE statement, utilizing a composite graph call. A statement utilizing composite databases might use an EXPLAIN clause but cannot be profiled (as of Neo4j 5.3).
Since:
2023.0.0
  • Method Details

    • explain

      @NotNull @Contract(pure=true) default @NotNull Statement explain()
      Returns:
      Creates a statement that returns an explain plan for the original statement.