|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunction
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.
Method Summary | |
---|---|
IFunctionElement[] |
getFunctionElements()
Returns the function elements of the function. |
java.lang.String |
getName()
Returns the name of the function. |
Methods inherited from interface com.ibm.websphere.query.base.ILeftOperand |
---|
getDataType |
Methods inherited from interface com.ibm.websphere.query.base.IFunctionElement |
---|
getDataType |
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
---|
buildString, buildString |
Method Detail |
---|
IFunctionElement[] getFunctionElements()
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |