
public class OSQLMethodPrefix extends OAbstractSQLMethod
| Constructor and Description |
|---|
OSQLMethodPrefix() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iRecord,
OCommandContext iContext,
Object ioResult,
Object[] iParams)
Process a record.
|
compareTo, evaluateParameters, getMaxParams, getMinParams, getName, getParameterValue, getSyntax, toStringpublic static final String NAME
public Object execute(Object iThis, OIdentifiable iRecord, OCommandContext iContext, Object ioResult, Object[] iParams)
OSQLMethodiRecord - : current recordiContext - execution contextioResult - : field valueiParams - : function parameters, number is ensured to be within minParams and maxParams.Copyright © 2009–2025 OrientDB. All rights reserved.