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_commit

提交当前事务。

语法
sqlany_commit ( $conn )
参数
  • $conn   要在其上执行提交操作的连接对象。

返回值

返回标量值,成功时为 1,不成功时为 0。

另请参见
示例
rc = api.sqlany_commit( conn )