Returns the value used to indicate that dirty, non-repeatable and phantom reads are prevented on the specified connection object.
Syntax
_TRANSACTION_SERIALIZABLE( )
Parameters
Returns
integer
|
the transaction isolation mode.
|
Example
mode = _TRANSACTION_SERIALIZABLE( )
con.setTransactionIsolation( mode )
|