TransactionMode
- Last Updated: September 15, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 6.0
- Documentation
Purpose
Specifies how the driver handles manual transactions.
Valid Values
NoTransactions | Ignore
Behavior
If set to NoTransactions, the data source and the driver do not support transactions. Metadata indicates that the driver does not support transactions.
If set to Ignore, the data source does not support transactions and the driver always operates in auto-commit mode. Calls to set the driver to manual commit mode and to commit transactions are ignored. Calls to rollback a transaction cause the driver to throw an exception indicating that no transaction is started. Metadata indicates that the driver supports transactions and the ReadUncommitted transaction isolation level.
Data Source Methods
public String getTransactionMode()
public void setTransactionMode(String)
Default Value
NoTransactions
Data Type
String