Uses of Interface
org.neo4j.cypherdsl.core.Statement
-
Packages that use Statement Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.renderer A renderer forstatementsin the simplest form possible. -
-
Uses of Statement in org.neo4j.cypherdsl.core
Subinterfaces of Statement in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatement.RegularQueryRepresentsRegularQuery.static interfaceStatement.SingleQueryRepresents aSingleQuery.Classes in org.neo4j.cypherdsl.core that implement Statement Modifier and Type Class Description classProcedureCallSee StandaloneCall.Methods in org.neo4j.cypherdsl.core that return Statement Modifier and Type Method Description StatementStatementBuilder.BuildableStatement. build()default StatementStatementBuilder.BuildableStatement. explain()default StatementStatementBuilder.BuildableStatement. profile()static StatementCypher. union(Statement... statements)Creates aUNIONstatement from several other statements.static StatementCypher. unionAll(Statement... statements)Creates aUNION ALLstatement from several other statements.Methods in org.neo4j.cypherdsl.core with parameters of type Statement Modifier and Type Method Description static StatementBuilder.OngoingReadingWithoutWhereCypher. call(Statement subquery)Starts building a statement based on one subquery.StatementBuilder.OngoingReadingWithoutWhereExposesSubqueryCall. call(Statement statement)Thesubqueryparameter must be a valid subquery.static StatementCypher. union(Statement... statements)Creates aUNIONstatement from several other statements.static StatementCypher. unionAll(Statement... statements)Creates aUNION ALLstatement from several other statements. -
Uses of Statement in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer with parameters of type Statement Modifier and Type Method Description java.lang.StringRenderer. render(Statement statement)Renders a statement.
-