Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
sqlany_bind_param() を使用してバインドされたパラメーターに関する情報を取得します。
public sacapi_bool sqlany_get_bind_param_info( a_sqlany_stmt * sqlany_stmt, sacapi_u32 index, a_sqlany_bind_param_info * info )
sqlany_stmt sqlany_prepare() を使用して準備された文。
index パラメーターのインデックス。この数値は、0 ~ sqlany_num_params() - 1 の間である必要があります。
info バインドパラメーターの情報を格納する sqlany_bind_param_info バッファー。
成功した場合は 1、失敗した場合は 0。