
public class OSQLFunctionLabel extends OSQLFunctionConfigurableAbstract
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
configuredParametersmaxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionLabel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParameters,
OCommandContext iContext)
Process a record.
|
String |
getSyntax()
Returns a convinient SQL String representation of the function.
|
config, toStringaggregateResults, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResultpublic static final String NAME
public Object execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParameters, OCommandContext iContext)
OSQLFunctioniCurrentRecord - : current recordiCurrentResult - TODOiParameters - : function parameters, number is ensured to be within minParams and maxParams.iContext - : object calling this functionpublic String getSyntax()
OSQLFunctionExample :
myFunction( param1, param2, [optionalParam3])This text will be used in exception messages.
Copyright © 2009–2025 OrientDB. All rights reserved.