Freigeben über


isReadOnly Method (SQLServerConnection)

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

Hinweis

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

public boolean isReadOnly()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members