Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.44 KB

File metadata and controls

44 lines (34 loc) · 1.44 KB
title getResultSetHoldability Method (SQLServerStatement) | 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
SQLServerStatement.getResultSetHoldability
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 053549ee-2018-47ab-9538-789dac2b150a
author David-Engel
ms.author v-daenge

getResultSetHoldability Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the result set holdability for SQLServerResultSet objects that are generated by this SQLServerStatement object.

Syntax

  
public final int getResultSetHoldability()  

Return Value

An int that indicates the result set holdability.

Exceptions

SQLServerException

Remarks

This getResultSetHoldability method is specified by the getResultSetHoldability method in the java.sql.Statement interface.

See Also

SQLServerStatement Members
SQLServerStatement Class