| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | aba234d9-04ec-46a5-ba9e-7903f48b4ecc | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Indicates whether the designated column is definitely not writable.
public boolean isReadOnly(int column)
column
An int that indicates the column index.
true if the column is read-only. Otherwise, false.
This isReadOnly method is specified by the isReadOnly method in the java.sql.ResultSetMetaData interface.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class