![]() |
SQL-J Language Reference
|
Reference Manual |
SET TRANSACTION ISOLATION LEVEL statementThe SET TRANSACTION ISOLATION LEVEL statement allows a user to change the isolation level for the user's connection. Valid levels are SERIALIZABLE and READ COMMITTED. Issuing this command commits the current transaction, which is consistent with the java.sql.Connection.setTransactionLevel method. To change the isolation without committing the current transaction, see AT ISOLATION clause. For information about isolation levels, see Locking, Concurrency, and Isolation in the Cloudscape Developer's Guide. NEW: Support for TRANSACTION_REPEATABLE_READ is new in Version 3.6. Syntax
SET TRANSACTION ISOLATION LEVEL Example |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |