
public class OSQLMethodFunctionDelegate extends OAbstractSQLMethod
| Constructor and Description |
|---|
OSQLMethodFunctionDelegate(OSQLFunction f) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
OCommandContext iContext,
Object ioResult,
Object[] iParams)
Process a record.
|
int |
getMaxParams() |
int |
getMinParams() |
String |
toString() |
compareTo, evaluateParameters, getName, getParameterValue, getSyntaxpublic static final String NAME
public OSQLMethodFunctionDelegate(OSQLFunction f)
public int getMinParams()
getMinParams in interface OSQLMethodgetMinParams in class OAbstractSQLMethodpublic int getMaxParams()
getMaxParams in interface OSQLMethodgetMaxParams in class OAbstractSQLMethodpublic Object execute(Object iThis, OIdentifiable iCurrentRecord, OCommandContext iContext, Object ioResult, Object[] iParams)
OSQLMethodiCurrentRecord - : current recordiContext - execution contextioResult - : field valueiParams - : function parameters, number is ensured to be within minParams and maxParams.public String toString()
toString in class OAbstractSQLMethodCopyright © 2009–2025 OrientDB. All rights reserved.