API Interface

Sybase CEP provides several header (.h) files. These files help users to declare variables as data types in a platform-independent way, and also contain the function prototypes of the server and SDK library functions that users may call. The header file c8types.h provides the data type information.

The API has been divided into the following major sections:

Most in-process adapter code includes:

#include "c8types.h"
#include "c8adapter_in_process.h"
#include "c8conversions.h"
#include "c8server.h"

Sybase CEP also provides a set of functions that convert between strings and 's internal data types such as TIMESTAMP, FLOAT, and so on.