Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.34 KB

File metadata and controls

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

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