SQL Anywhere C API のインターフェイス構造体です。
public typedef struct SQLAnywhereInterface
メンバー名 | タイプ | 説明 |
---|---|---|
dll_handle |
void * |
DLL ハンドル |
function |
method |
sqlany_init() 関数へのポインター |
function |
method |
sqlany_fini() 関数へのポインター |
function |
method |
sqlany_new_connection() 関数へのポインター |
function |
method |
sqlany_free_connection() 関数へのポインター |
function |
method |
sqlany_make_connection() 関数へのポインター |
function |
method |
sqlany_connect() 関数へのポインター |
function |
method |
sqlany_disconnect() 関数へのポインター |
function |
method |
sqlany_execute_immediate() 関数へのポインター |
function |
method |
sqlany_prepare() 関数へのポインター |
function |
method |
sqlany_free_stmt() 関数へのポインター |
function |
method |
sqlany_num_params() 関数へのポインター |
function |
method |
sqlany_describe_bind_param() 関数へのポインター |
function |
method |
sqlany_bind_param() 関数へのポインター |
function |
method |
sqlany_send_param_data() 関数へのポインター |
function |
method |
sqlany_reset() 関数へのポインター |
function |
method |
sqlany_get_bind_param_info() 関数へのポインター |
function |
method |
sqlany_execute() 関数へのポインター |
function |
method |
sqlany_execute_direct() 関数へのポインター |
function |
method |
sqlany_fetch_absolute() 関数へのポインター |
function |
method |
sqlany_fetch_next() 関数へのポインター |
function |
method |
sqlany_get_next_result() 関数へのポインター |
function |
method |
sqlany_affected_rows() 関数へのポインター |
function |
method |
sqlany_num_cols() 関数へのポインター |
function |
method |
sqlany_num_rows() 関数へのポインター |
function |
method |
sqlany_get_column() 関数へのポインター |
function |
method |
sqlany_get_data() 関数へのポインター |
function |
method |
sqlany_get_data_info() 関数へのポインター |
function |
method |
sqlany_get_column_info() 関数へのポインター |
function |
method |
sqlany_commit() 関数へのポインター |
function |
method |
sqlany_rollback() 関数へのポインター |
function |
method |
sqlany_client_version() 関数へのポインター |
function |
method |
sqlany_error() 関数へのポインター |
function |
method |
sqlany_sqlstate() 関数へのポインター |
function |
method |
sqlany_clear_error() 関数へのポインター |
function |
method |
sqlany_init_ex() 関数へのポインター |
function |
method |
sqlany_fini_ex() 関数へのポインター |
function |
method |
sqlany_new_connection_ex() 関数へのポインター |
function |
method |
sqlany_make_connection_ex() 関数へのポインター |
function |
method |
sqlany_client_version_ex() 関数へのポインター |
function |
method |
sqlany_cancel() 関数へのポインター |
initialized |
int |
初期化されているかどうかを識別するためのフラグ。 |
![]() |
DocCommentXchange で意見交換できます
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |