Class Function
- java.lang.Object
-
- org.castor.cpa.persistence.sql.query.expression.Expression
-
- org.castor.cpa.persistence.sql.query.expression.Function
-
- All Implemented Interfaces:
QueryObject
- Direct Known Subclasses:
NextVal
public abstract class Function extends Expression
Base class for all any sql functions.- Version:
- $Revision$ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Ahmad Hassan, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
-
Methods inherited from class org.castor.cpa.persistence.sql.query.expression.Expression
equal, greaterEqual, greaterThan, isNotNull, isNull, lessEqual, lessThan, notEqual
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.castor.cpa.persistence.sql.query.QueryObject
accept
-
-