Package com.arangodb.model
Class AqlFunctionCreateOptions
java.lang.Object
com.arangodb.model.AqlFunctionCreateOptions
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AqlFunctionCreateOptions
public AqlFunctionCreateOptions()
-
-
Method Details
-
getName
-
getCode
-
isDeterministic
- Parameters:
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)- Returns:
- options
-
getIsDeterministic
-