com.celequest.api.function
Interface IUDScalarFunction
- All Superinterfaces:
- IUDFunction
- public interface IUDScalarFunction
- extends IUDFunction
Interface for user-defined scalar functions.
- Since:
- 2.5.3
|
Method Summary |
void |
execute(ISQLValue[] args,
ISQLValue output)
Computes the result of the function applied to the arguments in the input
array and stores the result in the output object. |
execute
public void execute(ISQLValue[] args,
ISQLValue output)
- Computes the result of the function applied to the arguments in the input
array and stores the result in the output object.
- Parameters:
args - input arguments for the functionoutput - result of the function
Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.
