Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
描述预准备语句的绑定参数。
public sacapi_bool sqlany_describe_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。
此函数允许调用者确定有关预准备语句参数的信息。预准备语句的类型(存储过程或 DML)确定所提供的信息量。始终会提供参数的方向(输入、输出或输入-输出)。