DataSource.setIsolationLevel

Overview | Methods | This Package | All Packages

DataSource.setIsolationLevel

Sets the degree to which this DataSource object is aware of transactions made by other users to the same data source.

Syntax

public void setIsolationLevel( int level )

Parameters
level
One of the values defined in the AdoEnums.IsolationLevel class.

See Also   getIsolationLevel