Package org.neo4j.cypherdsl.core
Interface Statement
-
- All Superinterfaces:
Visitable
- All Known Subinterfaces:
Statement.RegularQuery,Statement.SingleQuery
- All Known Implementing Classes:
MultiPartQuery,SinglePartQuery,UnionQuery
@API(status=EXPERIMENTAL, since="1.0") public interface Statement extends VisitableShall be the common interfaces for queries that we support.For reference see: Cypher. We have skipped the intermediate "Query" structure so a statement in the context of this generator is either a
Statement.RegularQueryor aStandaloneCall.- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatement.RegularQueryRepresentsRegularQuery.static interfaceStatement.SingleQueryRepresents aStandaloneCall.
-
Method Summary
Static Methods Modifier and Type Method Description static StatementBuilderbuilder()
-
-
-
Method Detail
-
builder
static StatementBuilder builder()
-
-