UDF requirements

Each user-defined function (UDF) must meet several requirements.

The server must be able to find the library that contains your UDF. To facilitate this, load the library into memory, call your UDF, and pass the appropriate parameters to the UDF. Each UDF must meet several requirements:

Some of these requirements may be modified in future versions of the product as more Sybase CEP SDKs are enhanced to support UDFs.

To write a UDF, you must create the following files:

Each of these files is described later in this document.