-
Language:
English
-
Language:
English
Red Hat Training
A Red Hat training course is available for Red Hat JBoss Data Virtualization
5.7. Set the Transaction Wrapping Mode
You can set the transaction mode as a property when you establish the connection using:
- the
autoCommitTxnproperty in the connection URL (see Section 2.8, “Connection Properties for the Driver and Data Source Classes”), - the
setAutoCommitTxnmethod (see Section 2.8, “Connection Properties for the Driver and Data Source Classes”), - or on a per-query basis, using the SET statement with the
PROP_TXN_AUTO_WRAPproperty (see Section 4.5, “Execution Properties”).