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。