Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将用户提供的缓冲区作为参数绑定到预准备语句。
public sacapi_bool sqlany_bind_param( a_sqlany_stmt * sqlany_stmt, sacapi_u32 index, a_sqlany_bind_param * param )
sqlany_stmt 使用 sqlany_prepare() 成功预准备的语句。
index 参数的索引。该数字必须在 0 到 sqlany_num_params() - 1 之间。
param 对要绑定参数 a_sqlany_bind_param 结构的说明。
成功则为 1,失败则为 0。