
public class OSQLMethodLeft extends OAbstractSQLMethod
| Constructor and Description |
|---|
OSQLMethodLeft() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
OCommandContext iContext,
Object ioResult,
Object[] iParams)
Process a record.
|
String |
getSyntax()
Returns a convinient SQL String representation of the method.
|
compareTo, evaluateParameters, getMaxParams, getMinParams, getName, getParameterValue, toStringpublic static final String NAME
public String getSyntax()
OSQLMethodExample :
field.myMethod( param1, param2, [optionalParam3])This text will be used in exception messages.
getSyntax in interface OSQLMethodgetSyntax 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.Copyright © 2009–2025 OrientDB. All rights reserved.