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

SQL Anywhere 12.0.1 » UltraLite - Java 编程 » UltraLiteJ 应用程序开发

 

事务管理

UltraLiteJ API 不支持 AutoCommit 模式。必须使用 Connection 接口支持的方法显式地提交或回退事务。

使用 commit 方法提交事务。使用 rollback 方法回退事务。

 另请参见