Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.48 KB

File metadata and controls

50 lines (38 loc) · 1.48 KB
title isWritable 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.isWritable
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 50846aa8-e4e5-4fc3-a638-0e5fa8b597be
author David-Engel
ms.author v-daenge

isWritable Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Indicates whether it is possible for a write on the designated column to succeed.

Syntax

  
public boolean isWritable(int column)  

Parameters

column

An int that indicates the column index.

Return Value

true if writes will succeed on the column. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class