| title | isSparseColumnSet 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 |
| ms.assetid | ac363670-78ae-49f1-aeda-4fba3329a258 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Indicates if a column in a result set is a sparse column set.
public boolean isSparseColumnSet(int column)
column
The (one-based) index of the column.
true if a column in a result set is a sparse column set, otherwise false.
This method does not retrieve information from the database.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class