Abstract class to extend to build Custom SQL Functions. Extend it and register it with: OSQLParser.getInstance().registerStatelessFunction() or OSQLParser.getInstance().registerStatefullFunction() to being used by the SQL engine.
@author Luca Garulli (l.garulli--at--orientechnologies.com)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.