SQLAnywhereInterface structure

The SQL Anywhere C API interface structure.

Syntax

typedef struct SQLAnywhereInterface

Remarks

Only one instance of this structure is required in your application environment. This structure is initialized by the sqlany_initialize_interface method. It attempts to load the SQL Anywhere C API DLL or shared object dynamically and looks up all the entry points of the DLL. The fields in the SQLAnywhereInterface structure is populated to point to the corresponding functions in the DLL.