Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.29 KB

File metadata and controls

42 lines (31 loc) · 1.29 KB
title isReadOnly Method (SQLServerConnection)
description isReadOnly Method (SQLServerConnection)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.isReadOnly
apitype Assembly

isReadOnly Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

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

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion].

Syntax

  
public boolean isReadOnly()  

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerConnection Members
SQLServerConnection Class