title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
isReadOnly Method (SQLServerConnection) |
isReadOnly Method (SQLServerConnection) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerConnection.isReadOnly |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Indicates whether this SQLServerConnection object is in read-only mode.
Note
This method is not currently supported by the [!INCLUDEjdbcNoVersion].
public boolean isReadOnly()
true if the connection is in read-only mode, false if it is not.
This isReadOnly method is specified by the isReadOnly method in the java.sql.Connection interface.