statement commit的意思|示意

美 / / 英 / /

声明提交


statement commit的网络常见释义

语句提交 3、修复了schema migration中,语句提交(statement commit)不正确的问题 4、修复了延迟加载已经预读取属性时的问题

statement commit相关短语

1、 commit statement 托付语句 ; 翻译

statement commit相关例句

Before issuing the COMMIT, you could roll back the work using the ROLLBACK statement.

在发出COMMIT之前,可以使用rollback语句回滚工作。

Since you cannot enforce this restriction, data inconsistencies may occur if the remote procedure has a COMMIT or ROLLBACK statement (see the Transaction issues with call statements section below).

因为不能强制实施这一限制,如果远程过程有COMMIT或rollback语句,就可能发生数据不一致(见下面的call语句的事务问题一节)。

Issuing a COMMIT records all the work since the last COMMIT statement "for keeps" in the database.

发出commit会将自上一个commit语句之后的所有工作“永远”记录到数据库中。

Be sure to issue the COMMIT statement frequently in your application.

要确保在您的应用程序中经常发出commit语句。

The transaction time includes the time at which an application's statement activity begins until a commit or rollback implicitly or explicitly ends the transaction.

事务时间包括从应用程序的声明活动开始,直到一条提交或回滚命令隐式或显式地结束事务为止。

Now, assume that an application named AppA issues the following statement, but does not perform a commit.

现在,假设名为AppA的应用程序发出以下语句,但是没有执行提交。