
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, shouldMergeDistributedResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecute, getSyntaxprotected Object[] configuredParameters
protected OSQLFunctionConfigurableAbstract(String iName, int iMinParams, int iMaxParams)
public void config(Object[] iConfiguredParameters)
OSQLFunctionconfig in interface OSQLFunctionconfig in class OSQLFunctionAbstractpublic String toString()
toString in class OSQLFunctionAbstractCopyright © 2009–2025 OrientDB. All rights reserved.