1.

What Are The Standard Isolation Levels Defined By Jdbc?

Answer»

The VALUES are DEFINED in the CLASS java.sql.Connection and are:

  • TRANSACTION_NONE
  • TRANSACTION_READ_COMMITTED
  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_REPEATABLE_READ
  • TRANSACTION_SERIALIZABLE

Any GIVEN database may not support all of these levels.

The values are defined in the class java.sql.Connection and are:

Any given database may not support all of these levels.



Discussion

No Comment Found