How can I determine the isolation levels supported by my DBMS?
Created May 7, 2012
Joe Sam Shirah Use DatabaseMetaData.supportsTransactionIsolationLevel(int level). See also: How does one manage concurrency issues with JDBC?
Created May 7, 2012