
public class OSQLMethodField extends OAbstractSQLMethod
| Constructor and Description |
|---|
OSQLMethodField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateParameters() |
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
OCommandContext iContext,
Object ioResult,
Object[] iParams)
Process a record.
|
compareTo, getMaxParams, getMinParams, getName, getParameterValue, getSyntax, toStringpublic static final String NAME
public 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 boolean evaluateParameters()
evaluateParameters in interface OSQLMethodevaluateParameters in class OAbstractSQLMethodCopyright © 2009–2025 OrientDB. All rights reserved.