public class AqlFunctionCreateOptions extends Object
Constructor and Description |
---|
AqlFunctionCreateOptions() |
Modifier and Type | Method and Description |
---|---|
protected AqlFunctionCreateOptions |
code(String code) |
protected String |
getCode() |
Boolean |
getIsDeterministic() |
protected String |
getName() |
AqlFunctionCreateOptions |
isDeterministic(Boolean isDeterministic) |
protected AqlFunctionCreateOptions |
name(String name) |
protected AqlFunctionCreateOptions name(String name)
name
- the fully qualified name of the user functionsprotected String getName()
protected AqlFunctionCreateOptions code(String code)
code
- a string representation of the function bodyprotected String getCode()
public AqlFunctionCreateOptions isDeterministic(Boolean isDeterministic)
isDeterministic
- an optional boolean value to indicate that the function results are fully deterministic (function
return value solely depends on the input value and return value is the same for repeated calls with
same input)public Boolean getIsDeterministic()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.