Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.35 KB

File metadata and controls

45 lines (35 loc) · 1.35 KB
title isReadOnly Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.isReadOnly
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid d1569e03-b7bd-486a-af0b-d3f108f712dc
author David-Engel
ms.author v-daenge

isReadOnly Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database is in read-only mode.

Syntax

  
public boolean isReadOnly()  

Return Value

true if the database is in read-only mode. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class