getTransactionIsolation()

edit

Returns the isolation level of the current transaction as a string. If a datasource is provided and no explicit isolation is set, returns the datasource's default isolation level.

Introduced: 7.1.0.70

getTransactionIsolation( datasource=string );

Returns: String

Argument Description
datasource
string, optional
edit

Datasource name. When provided and no explicit isolation is set on the transaction, returns the datasource's default isolation level.

Examples

There are currently no examples for this function 32,303ms WARN No examples for function getTransactionIsolation

See also