Package apoc.custom
Class CypherProceduresHandler.UserFunctionDescriptor
- java.lang.Object
-
- apoc.custom.CypherProceduresHandler.ProcedureOrFunctionDescriptor
-
- apoc.custom.CypherProceduresHandler.UserFunctionDescriptor
-
- Enclosing class:
- CypherProceduresHandler
public class CypherProceduresHandler.UserFunctionDescriptor extends CypherProceduresHandler.ProcedureOrFunctionDescriptor
-
-
Constructor Summary
Constructors Constructor Description UserFunctionDescriptor(org.neo4j.internal.kernel.api.procs.UserFunctionSignature signature, java.lang.String statement, boolean forceSingle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.internal.kernel.api.procs.UserFunctionSignature
getSignature()
boolean
isForceSingle()
void
register()
-
Methods inherited from class apoc.custom.CypherProceduresHandler.ProcedureOrFunctionDescriptor
getStatement
-
-
-
-
Method Detail
-
getSignature
public org.neo4j.internal.kernel.api.procs.UserFunctionSignature getSignature()
-
isForceSingle
public boolean isForceSingle()
-
register
public void register()
- Specified by:
register
in classCypherProceduresHandler.ProcedureOrFunctionDescriptor
-
-