Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.03 KB

File metadata and controls

42 lines (29 loc) · 1.03 KB
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

isSparseColumnSet Method (SQLServerResultSetMetaData)

[!INCLUDE Driver_JDBC_Download]

Indicates if a column in a result set is a sparse column set.

Syntax

public boolean isSparseColumnSet(int column)

Parameters

column

The (one-based) index of the column.

Return value

true if a column in a result set is a sparse column set, otherwise false.

Remarks

This method doesn't retrieve information from the database.

Related content