Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » SQL Anywhere external call interface

 

External function prototypes

This section describes the interface that you use for functions written in C or C++.

The interface is defined by a header file named extfnapi.h, in the SDK\Include subdirectory of your SQL Anywhere installation directory. This header file handles the platform-dependent features of external function prototypes.

 Function prototypes

extfn_use_new_api method
extfn_cancel method
extfn_post_load_library method
extfn_pre_unload_library method
an_extfn_api structure
an_extfn_value structure
an_extfn_result_set_info structure
an_extfn_result_set_column_info structure
an_extfn_result_set_column_data structure