PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.websphere.query.base
Interface IFunction
- All Superinterfaces:
- IFunctionElement, ILeftOperand, IOrderByElement, IRightOperand, IStringBuilder, java.io.Serializable
- All Known Implementing Classes:
- Function
-
public interface IFunction
- extends ILeftOperand, IRightOperand, IOrderByElement, IFunctionElement, IStringBuilder
The IFunction interface is an object that represents a function in a query.
It extends the ILeftOperand, IRightOperand, IOrderByElement, IFunctionElement, and
IStringBuilder interfaces.
Instances of classes that implement this interface are used to represent functions that
contain a name and function elements.
getFunctionElements
IFunctionElement[] getFunctionElements()
- Returns the function elements of the function.
getName
java.lang.String getName()
- Returns the name of the function.
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |