java.sql.Connection
: TRANSACTION_NONE
, TRANSACTION_READ_COMMITTED
, TRANSACTION_READ_UNCOMMITTED
, TRANSACTION_REPEATABLE_READ
, TRANSACTION_SERIALIZABLE
@return true
if the specific isolation level is supportedotherwise false
.
@throws SQLException a database error occurred
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|