Connection concentrator ACTS upon transaction boundaries (commit and rollback).
连接集中器的工作取决于事务边界(提交和回滚)。
This section deals with conversion issues for TCL statements like COMMIT and ROLLBACK.
本节讨论COMMIT和ROLLBACK等tcl语句的转换问题。
So COMMIT and ROLLBACK statements are important building blocks of a transaction implementation.
因此COMMIT和rollback语句是事务实现的重要构建块。
The COMMIT and ROLLBACK of a transaction are used in the database operation to maintain the integrity of database.
在数据库的操作中,利用事务的提交(COMMIT)和回滚(ROLLBACK)保证数据库的完整性。
It is therefore recommended to use transacted sessions and code explicit commit and rollback method calls when client mode is (or might be) used.
因此,当使用(或可能使用)客户机模式时,建议使用事务处理会话和代码显式commit和rollback方法调用。
Also notice that the commit and rollback methods are invoked using the platform transaction manager, not the transaction (as is the case with EJB).
还需注意,commit和rollback方法是使用平台事务管理程序调用的,而不是事务(与djb的情况相同)。
Enterprise beans in WebSphere Application Server 3.0 now support multiple concurrent transactions with full two-phase commit and rollback capabilities across multiple DB2 data sources.
WebSphereApplicationServer 3.0中的企业bean现在支持具有跨多个DB2数据源完全两阶段提交和回滚能力的多个并发事务。
Regardless of where the method that starts the transaction resides, it's important that the transaction owner be the only method to manage the transaction and perform the commit or rollback.
无论开始事务的方法身处何处,事务所有者都是管理事务和执行提交或回滚的惟一方法,这一点非常重要。
Upon transaction commit or rollback, the agent becomes idle and ready to service the requests assigned by the dispatcher.
事务一提交或回滚,代理就变为空闲的,并可以服务于分配器分配的请求。
This means that, at a minimum, the resource adapter must make start, commit or rollback, and end flows to the back end.
这意味着,资源适配器至少必须进行开始、提交或者回滚,并结束流程返回后端。
A transaction callback must be defined in the objectgrid.xml to receive transaction commit or rollback events and send it to the JPA layer.
在objectgrid.xml中必须定义事务的回调函数,这样就可以接收事务提交或回滚的事件,并将其发送到JPA层。
When managing transactions, you can call begin, commit, and rollback methods on a Hibernate object.
当管理事务的时候,您可以在Hibernate对象上调用开始、提交以及回滚方法。
Prior to the two-phase commit process, all work performed during the transaction is said to be in-flight, and failure during this period will lead to a rollback of work.
在两阶段提交进程之前,事务过程中执行的所有工作都被认为是“在处理中”,并且在此期间如果失败将会导致工作回滚。
When transactional work is done, it is managed under the transaction context and completed when this context is called to commit or rollback.
当事务工作完成,在事务上下文里管理它,当调用这个上下文去确定或会滚时这个工作完成。
The DROPSCHEMA procedure is under transaction control and does not perform commit or rollback on its own.
DROPSCHEMA 过程在事务控制下执行,它自己不执行提交或回退。
Use the begin, commit, and rollback methods on the LocalTransaction instance as appropriate.
适当的时候使用LocalTransaction实例中的开始(begin)、提交(commit)和回滚(rollback)方法。
For example, a select statement is issued with autocommit off and before commit or rollback is issued.
例如,在自动提交完成后,在commit或rollback发出之前,发出一个select语句。
If the application server should fail between calling prepare and commit or rollback, then transaction recovery needs to take place when the server restarts.
如果应用服务器在调用prepare和commit、rollback之间失败,那么在服务器重启时需要进行事务恢复。
Database-1 and Database-2 both respond with Prepared, meaning they are ready to be told the final outcome (commit or rollback all the changes made) and support it.
Database - 1和Database - 2两个都作出Prepared响应,这意味着两个数据库都已准备好接收最后结果(提交或回滚所有已做的更改),并且支持最后结果。
Subsequently it will call the LocalTransactions begin , commit , and rollback methods to control the transaction.
然后,它要调用Localtransactionbegin 、commit和rollback方法来控制事务。
Subsequently it will call the LocalTransactions begin , commit , and rollback methods to control the transaction.
然后,它要调用Localtransactionbegin 、commit和rollback方法来控制事务。
应用推荐