| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 10cf54f9-ef42-475e-8397-790306934573 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Indicates whether the designated column can be used in an SQL WHERE clause.
public boolean isSearchable(int column)
column
An int that indicates the column index.
true if the column the column can be used in a WHERE clause. Otherwise, false.
This isSearchable method is specified by the isSearchable method in the java.sql.ResultSetMetaData interface.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class