Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.5 KB

File metadata and controls

50 lines (38 loc) · 1.5 KB
title isSearchable 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.isSearchable
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 10cf54f9-ef42-475e-8397-790306934573
author David-Engel
ms.author v-daenge

isSearchable Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Indicates whether the designated column can be used in an 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