Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere C API 参考 » sacapi.h

 

sqlany_num_params 函数

返回预期用于预准备语句的参数数目。

语法
sacapi_i32 sqlany_num_params( a_sqlany_stmt * stmt )
参数
  • stmt   成功执行 sqlany_prepare 所返回的语句对象。

返回值

预期的参数数目,或 -1(如果语句对象无效)。

另请参见