Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.39 KB

File metadata and controls

45 lines (33 loc) · 1.39 KB
title isSearchable Method (SQLServerResultSetMetaData)
description isSearchable 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.isSearchable
apitype Assembly

isSearchable Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Indicates whether the designated column can be used in a SQL WHERE clause.

Syntax

  
public boolean isSearchable(int column)  

Parameters

column

An int that indicates the column index.

Return Value

true if the column the column can be used in a WHERE clause. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class