The SQL Anywhere C API interface structure.
 Syntax
 Syntaxpublic struct SQLAnywhereInterface Members
 Members| Member name | Type | Description | 
|---|---|---|
| dll_handle | void * | DLL handle. | 
| function | method | Pointer to sqlany_init() function. | 
| function | method | Pointer to sqlany_fini() function. | 
| function | method | Pointer to sqlany_new_connection() function. | 
| function | method | Pointer to sqlany_free_connection() function. | 
| function | method | Pointer to sqlany_make_connection() function. | 
| function | method | Pointer to sqlany_connect() function. | 
| function | method | Pointer to sqlany_disconnect() function. | 
| function | method | Pointer to sqlany_execute_immediate() function. | 
| function | method | Pointer to sqlany_prepare() function. | 
| function | method | Pointer to sqlany_free_stmt() function. | 
| function | method | Pointer to sqlany_num_params() function. | 
| function | method | Pointer to sqlany_describe_bind_param() function. | 
| function | method | Pointer to sqlany_bind_param() function. | 
| function | method | Pointer to sqlany_send_param_data() function. | 
| function | method | Pointer to sqlany_reset() function. | 
| function | method | Pointer to sqlany_get_bind_param_info() function. | 
| function | method | Pointer to sqlany_execute() function. | 
| function | method | Pointer to sqlany_execute_direct() function. | 
| function | method | Pointer to sqlany_fetch_absolute() function. | 
| function | method | Pointer to sqlany_fetch_next() function. | 
| function | method | Pointer to sqlany_get_next_result() function. | 
| function | method | Pointer to sqlany_affected_rows() function. | 
| function | method | Pointer to sqlany_num_cols() function. | 
| function | method | Pointer to sqlany_num_rows() function. | 
| function | method | Pointer to sqlany_get_column() function. | 
| function | method | Pointer to sqlany_get_data() function. | 
| function | method | Pointer to sqlany_get_data_info() function. | 
| function | method | Pointer to sqlany_get_column_info() function. | 
| function | method | Pointer to sqlany_commit() function. | 
| function | method | Pointer to sqlany_rollback() function. | 
| function | method | Pointer to sqlany_client_version() function. | 
| function | method | Pointer to sqlany_error() function. | 
| function | method | Pointer to sqlany_sqlstate() function. | 
| function | method | Pointer to sqlany_clear_error() function. | 
| function | method | Pointer to sqlany_init_ex() function. | 
| function | method | Pointer to sqlany_fini_ex() function. | 
| function | method | Pointer to sqlany_new_connection_ex() function. | 
| function | method | Pointer to sqlany_make_connection_ex() function. | 
| function | method | Pointer to sqlany_client_version_ex() function. | 
| function | method | Pointer to sqlany_cancel() function. | 
| initialized | int | Flag to know if initialized or not. | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |