Uses of Interface
org.neo4j.cypherdsl.core.ExposesSubqueryCall.BuildableSubquery
Packages that use ExposesSubqueryCall.BuildableSubquery
-
Uses of ExposesSubqueryCall.BuildableSubquery in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ExposesSubqueryCall.BuildableSubqueryModifier and TypeMethodDescriptiondefault @NotNull ExposesSubqueryCall.BuildableSubqueryThesubqueryparameter must be a valid subquery.default @NotNull ExposesSubqueryCall.BuildableSubqueryThesubqueryparameter must be a valid subquery.ExposesSubqueryCall.call(Statement statement, IdentifiableElement... imports) Thesubqueryparameter must be a valid sub-query.default @NotNull ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall.callInTransactions(Statement statement) Starts building a new sub-query from aCALL ... IN TRANSACTIONSclausedefault @NotNull ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall.callInTransactions(Statement statement, Integer rows) Creates a subquery running in its own transactions.default @NotNull ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall.callInTransactions(Statement statement, Integer rows, String... imports) Creates a subquery running in its own transactions.ExposesSubqueryCall.callInTransactions(Statement statement, Integer rows, IdentifiableElement... imports) Creates a subquery running in its own transactions.default @NotNull ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall.callInTransactions(Statement statement, String... imports) Creates a subquery running in its own transactions.ExposesSubqueryCall.callInTransactions(Statement statement, IdentifiableElement... imports) Creates a subquery running in its own transactions.Cypher.callRawCypher(String rawCypher, Object... args) Starts building a statement from a raw Cypher string that might also have arguments as supported throughCypher.raw(String, Object...).ExposesSubqueryCall.callRawCypher(String rawCypher, Object... args) Starts building a new sub-query from a raw Cypher string that might also have arguments as supported throughCypher.raw(String, Object...).