java.lang.Object
com.orientechnologies.orient.core.metadata.function.OFunction

public class OFunction extends Object
Stored function. It contains language and code to execute as a function. The execute() takes parameters. The function is state-less, so can be used by different threads.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)