
public class OSQLFunctionGremlin extends OSQLFunctionAbstract
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
maxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionGremlin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
aggregateResults() |
java.lang.Object |
execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext) |
boolean |
filterResult() |
java.lang.Object |
getResult() |
java.lang.String |
getSyntax() |
config, getDistributedStorageId, getMaxParams, getMinParams, getName, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResult, toStringpublic static final java.lang.String NAME
public java.lang.Object execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext)
public boolean aggregateResults()
aggregateResults in interface OSQLFunctionaggregateResults in class OSQLFunctionAbstractpublic java.lang.String getSyntax()
public boolean filterResult()
filterResult in interface OSQLFunctionfilterResult in class OSQLFunctionAbstractpublic java.lang.Object getResult()
getResult in interface OSQLFunctiongetResult in class OSQLFunctionAbstractCopyright © 2009–2023 OrientDB. All rights reserved.