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 aStandaloneCall.Classes in org.neo4j.cypherdsl.core that implement Statement Modifier and Type Class Description classMultiPartQuerySee MultiPartQuery.classSinglePartQuerySee SinglePartQuery.classUnionQueryMethods in org.neo4j.cypherdsl.core that return Statement Modifier and Type Method Description StatementStatementBuilder.BuildableStatement. build()static StatementCypher. union(Statement... statement)static StatementCypher. unionAll(Statement... statement)Methods in org.neo4j.cypherdsl.core with parameters of type Statement Modifier and Type Method Description static StatementCypher. union(Statement... statement)static StatementCypher. unionAll(Statement... statement) -
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.
-