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

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 外部调用接口

 

外部函数原型

本节描述以 C 或 C++ 语言编写的函数所使用的接口。

该接口由 SQL Anywhere 安装目录 SDK\Include 子目录中名为 extfnapi.h 的头文件定义。此头文件处理外部函数原型的与平台相关的功能。

 函数原型

extfn_use_new_api 方法
extfn_cancel 方法
extfn_post_load_library 方法
extfn_pre_unload_library 方法
an_extfn_api 结构
an_extfn_value 结构
an_extfn_result_set_info 结构
an_extfn_result_set_column_info 结构
an_extfn_result_set_column_data 结构