public abstract class OSQLFunctionConfigurableAbstract extends OSQLFunctionAbstract
OSQLParser.getInstance().registerStatelessFunction()
or OSQLParser.getInstance().registerStatefullFunction()
to being used by the SQL
engine.Modifier and Type | Field and Description |
---|---|
protected Object[] |
configuredParameters |
maxParams, minParams, name
Modifier | Constructor and Description |
---|---|
protected |
OSQLFunctionConfigurableAbstract(String iName,
int iMinParams,
int iMaxParams) |
Modifier and Type | Method and Description |
---|---|
void |
config(Object[] iConfiguredParameters)
Configure the function.
|
String |
toString() |
aggregateResults, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
execute, getSyntax
protected Object[] configuredParameters
protected OSQLFunctionConfigurableAbstract(String iName, int iMinParams, int iMaxParams)
public void config(Object[] iConfiguredParameters)
OSQLFunction
config
in interface OSQLFunction
config
in class OSQLFunctionAbstract
public String toString()
toString
in class OSQLFunctionAbstract
Copyright © 2009–2020 OrientDB. All rights reserved.