The SQL Anywhere C API interface structure.
public typedef struct SQLAnywhereInterface
Member name | Type | Description |
---|---|---|
dll_handle |
void * |
DLL handle. |
initialized |
int |
Flag to know if initialized or not. |
sqlany_affected_rows |
void * |
Pointer to sqlany_affected_rows() function. |
sqlany_bind_param |
void * |
Pointer to sqlany_bind_param() function. |
sqlany_cancel |
void * |
Pointer to sqlany_cancel() function. |
sqlany_clear_error |
void * |
Pointer to sqlany_clear_error() function. |
sqlany_client_version |
void * |
Pointer to sqlany_client_version() function. |
sqlany_client_version_ex |
void * |
Pointer to sqlany_client_version_ex() function. |
sqlany_commit |
void * |
Pointer to sqlany_commit() function. |
sqlany_connect |
void * |
Pointer to sqlany_connect() function. |
sqlany_describe_bind_param |
void * |
Pointer to sqlany_describe_bind_param() function. |
sqlany_disconnect |
void * |
Pointer to sqlany_disconnect() function. |
sqlany_error |
void * |
Pointer to sqlany_error() function. |
sqlany_execute |
void * |
Pointer to sqlany_execute() function. |
sqlany_execute_direct |
void * |
Pointer to sqlany_execute_direct() function. |
sqlany_execute_immediate |
void * |
Pointer to sqlany_execute_immediate() function. |
sqlany_fetch_absolute |
void * |
Pointer to sqlany_fetch_absolute() function. |
sqlany_fetch_next |
void * |
Pointer to sqlany_fetch_next() function. |
sqlany_fini |
void * |
Pointer to sqlany_fini() function. |
sqlany_fini_ex |
void * |
Pointer to sqlany_fini_ex() function. |
sqlany_free_connection |
void * |
Pointer to sqlany_free_connection() function. |
sqlany_free_stmt |
void * |
Pointer to sqlany_free_stmt() function. |
sqlany_get_bind_param_info |
void * |
Pointer to sqlany_get_bind_param_info() function. |
sqlany_get_column |
void * |
Pointer to sqlany_get_column() function. |
sqlany_get_column_info |
void * |
Pointer to sqlany_get_column_info() function. |
sqlany_get_data |
void * |
Pointer to sqlany_get_data() function. |
sqlany_get_data_info |
void * |
Pointer to sqlany_get_data_info() function. |
sqlany_get_next_result |
void * |
Pointer to sqlany_get_next_result() function. |
sqlany_init |
void * |
Pointer to sqlany_init() function. |
sqlany_init_ex |
void * |
Pointer to sqlany_init_ex() function. |
sqlany_make_connection |
void * |
Pointer to sqlany_make_connection() function. |
sqlany_make_connection_ex |
void * |
Pointer to sqlany_make_connection_ex() function. |
sqlany_new_connection |
void * |
Pointer to sqlany_new_connection() function. |
sqlany_new_connection_ex |
void * |
Pointer to sqlany_new_connection_ex() function. |
sqlany_num_cols |
void * |
Pointer to sqlany_num_cols() function. |
sqlany_num_params |
void * |
Pointer to sqlany_num_params() function. |
sqlany_num_rows |
void * |
Pointer to sqlany_num_rows() function. |
sqlany_prepare |
void * |
Pointer to sqlany_prepare() function. |
sqlany_reset |
void * |
Pointer to sqlany_reset() function. |
sqlany_rollback |
void * |
Pointer to sqlany_rollback() function. |
sqlany_send_param_data |
void * |
Pointer to sqlany_send_param_data() function. |
sqlany_sqlstate |
void * |
Pointer to sqlany_sqlstate() function. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |