Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.23 KB

File metadata and controls

41 lines (31 loc) · 1.23 KB
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

isSparseColumnSet Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_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 does not retrieve information from the database.

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class