Partager via


isReadOnly Method (SQLServerConnection)

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

NoteRemarque :

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

public boolean isReadOnly()

Valeur de retour

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

Exceptions

SQLServerException

Notes

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

Voir aussi

Référence

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members