Connection.TRANSACTION_REPEATABLE_READ

Connection.TRANSACTION_REPEATABLE_READ

Interface Overview | Interface Members | This Package | All Packages

Syntax
public static final int TRANSACTION_REPEATABLE_READ
Description
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.