Class OSQLMethodFunctionDelegate

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

public class OSQLMethodFunctionDelegate extends OAbstractSQLMethod
Delegates the execution to a function.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)