| title | IsSparseColumnSet Method (SQLServerResultSetMetaData) |
|---|---|
| description | Indicates if a column in a result set is a sparse column set. |
| author | David-Engel |
| ms.author | davidengel |
| ms.reviewer | randolphwest |
| ms.date | 07/24/2025 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDE Driver_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 doesn't retrieve information from the database.