Microsoft SDK for Java

DataSource.getIsolationLevel

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

Syntax

public int getIsolationLevel()

Return Value

Returns one of the values defined in the AdoEnums.IsolationLevel class.

See Also   setIsolationLevel

© 1999 Microsoft Corporation. All rights reserved. Terms of use.