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 for Ruby » SQL Anywhere Ruby API

 

sqlany_clear_error

清除上次存储的错误代码。

语法
sqlany_clear_error ( $conn )
参数
  • $conn   从 sqlany_new_connection 返回的连接对象。

返回值

返回 nil。

另请参见
示例
api.sqlany_clear_error( conn )