public class OSQLMethodCharAt extends OAbstractSQLMethod
Constructor and Description |
---|
OSQLMethodCharAt() |
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, toString
public static final String NAME
public String getSyntax()
OSQLMethod
Example :
field.myMethod( param1, param2, [optionalParam3])This text will be used in exception messages.
getSyntax
in interface OSQLMethod
getSyntax
in class OAbstractSQLMethod
public Object execute(Object iThis, OIdentifiable iCurrentRecord, OCommandContext iContext, Object ioResult, Object[] iParams)
OSQLMethod
iCurrentRecord
- : current recordiContext
- execution contextioResult
- : field valueiParams
- : function parameters, number is ensured to be within minParams and maxParams.Copyright © 2009–2020 OrientDB. All rights reserved.