Condividi tramite


isReadOnly Method (SQLServerConnection)

Indicates whether this SQLServerConnection object is in read-only mode.

Nota

This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver.

public boolean isReadOnly()

Valore restituito

true if the connection is in read-only mode, false if it is not.

Eccezioni

SQLServerException

Osservazioni

This isReadOnly method is specified by the isReadOnly method in the java.sql.Connection interface.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members