Package org.neo4j.cypherdsl.core
Interface StatementBuilder.BuildableStatement
-
- All Known Subinterfaces:
StatementBuilder.OngoingMatchAndReturnWithOrder,StatementBuilder.OngoingReadingAndReturn,StatementBuilder.OngoingUpdate
- All Known Implementing Classes:
ProcedureCall.Builder,ProcedureCall.StandaloneCallBuilder
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.BuildableStatementA statement that has all information required to be build and exposes a build method.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementbuild()
-
-
-
Method Detail
-
build
Statement build()
- Returns:
- The statement ready to be used, i.e. in a renderer.
-
-