Compartir a través de


supportsTransactionIsolationLevel Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports the given transaction isolation level.

public boolean supportsTransactionIsolationLevel(int level)

Parámetros

level

An int that indicates the transaction isolation level.

Valor devuelto

true if supported. Otherwise, false.

Excepciones

SQLServerException

Notas

This supportsTransactionIsolationLevel method is specified by the supportsTransactionIsolationLevel method in the java.sql.DatabaseMetaData interface.

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members