Uses of Class
org.neo4j.cypherdsl.core.support.Neo4jVersion
-
Packages that use Neo4jVersion Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Neo4jVersion in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with annotations of type Neo4jVersion Modifier and Type Class Description classExistentialSubqueryAn existential subquery can only be used in a where clause.interfaceExposesSubqueryCallThis exposes a call method taking in a statement that represents a valid, correlated subquery.classSubqueryRepresents a "callable" subquery.Methods in org.neo4j.cypherdsl.core with annotations of type Neo4jVersion Modifier and Type Method Description ConditionStatementBuilder.ExposesExistentialSubqueryCall. asCondition()This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.static StatementBuilder.OngoingReadingWithoutWhereCypher. call(Statement subquery)Starts building a statement based on one subquery.
-