Package org.neo4j.cypherdsl.core
Interface ResultStatement
-
@API(status=EXPERIMENTAL, since="2021.2.1") public interface ResultStatement extends StatementA statement that returns items from the graph. The shape of those items can be pretty much anything: A list of records containing only properties, or nodes with properties mixed with relationships and so on. The only guarantee given is that the query will return some data when executed.- Since:
- 2021.2.1
- Author:
- Michael J. Simons
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.Statement
Statement.RegularQuery, Statement.SingleQuery
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.Statement
getContext, getCypher, getParameterNames, getParameters, isRenderConstantsAsParameters, setRenderConstantsAsParameters
-
-