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_free_stmt 函数

释放与预准备语句对象关联的资源。

语法
void sqlany_free_stmt( a_sqlany_stmt * stmt )
参数
  • stmt   成功执行 sqlany_prepare 或 sqlany_execute_direct 所返回的语句对象。

另请参见