Package org.neo4j.cypherdsl.core
Class ProcedureCall.Builder
- java.lang.Object
-
- org.neo4j.cypherdsl.core.ProcedureCall.Builder
-
- All Implemented Interfaces:
ExposesReturning,ExposesWhere,StatementBuilder.BuildableStatement
- Direct Known Subclasses:
ProcedureCall.StandaloneCallBuilder
- Enclosing class:
- ProcedureCall
protected abstract static class ProcedureCall.Builder extends java.lang.Object implements ExposesWhere, ExposesReturning, StatementBuilder.BuildableStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected Expression[]argumentsprotected org.neo4j.cypherdsl.core.DefaultStatementBuilder.ConditionBuilderconditionBuilderprotected ProcedureNameprocedureNameprotected YieldItems<?,?>yieldItems
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementbuild()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returningDistinct, returningDistinct, returningDistinct
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, where
-
-
-
-
Field Detail
-
procedureName
protected final ProcedureName procedureName
-
arguments
protected Expression[] arguments
-
yieldItems
protected YieldItems<?,?> yieldItems
-
conditionBuilder
protected final org.neo4j.cypherdsl.core.DefaultStatementBuilder.ConditionBuilder conditionBuilder
-
-
Method Detail
-
build
public Statement build()
- Specified by:
buildin interfaceStatementBuilder.BuildableStatement- Returns:
- The statement ready to be used, i.e. in a renderer.
-
-