Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.24 KB

File metadata and controls

44 lines (34 loc) · 1.24 KB
title getFetchSize Method (SQLServerResultSet) | 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
SQLServerResultSet.getFetchSize
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 7bc96930-b0c9-42f6-8df9-1d8d824408b3
author David-Engel
ms.author v-daenge

getFetchSize Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the fetch size for this SQLServerResultSet object.

Syntax

  
public int getFetchSize()  

Return Value

An int that indicates the current fetch size.

Exceptions

SQLServerException

Remarks

This getFetchSize method is specified by the getFetchSize method in the java.sql.ResultSet interface.

See Also

SQLServerResultSet Members
SQLServerResultSet Class