Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.16 KB

File metadata and controls

40 lines (30 loc) · 1.16 KB
title getFetchSize Method (SQLServerResultSet)
description getFetchSize Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.getFetchSize
apitype Assembly

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