Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.46 KB

File metadata and controls

50 lines (38 loc) · 1.46 KB
title isReadOnly Method (SQLServerResultSetMetaData) | 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
SQLServerResultSetMetaData.isReadOnly
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid aba234d9-04ec-46a5-ba9e-7903f48b4ecc
author David-Engel
ms.author v-daenge

isReadOnly Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Indicates whether the designated column is definitely not writable.

Syntax

  
public boolean isReadOnly(int column)  

Parameters

column

An int that indicates the column index.

Return Value

true if the column is read-only. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class