Class OSQLMethodLastIndexOf

java.lang.Object
com.orientechnologies.orient.core.sql.method.misc.OAbstractSQLMethod
com.orientechnologies.orient.core.sql.method.misc.OSQLMethodLastIndexOf
All Implemented Interfaces:
OSQLMethod, Comparable<OSQLMethod>

public class OSQLMethodLastIndexOf extends OAbstractSQLMethod
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Field Details

  • Constructor Details

    • OSQLMethodLastIndexOf

      public OSQLMethodLastIndexOf()
  • Method Details

    • execute

      public Object execute(Object iThis, OIdentifiable iCurrentRecord, OCommandContext iContext, Object ioResult, Object[] iParams)
      Description copied from interface: OSQLMethod
      Process a record.
      iCurrentRecord - : current record
      iContext - execution context
      ioResult - : field value
      iParams - : function parameters, number is ensured to be within minParams and maxParams.
      Returns:
      evaluation result