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 getFetchSize 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.getFetchSize
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8115ca58-8ae9-46ce-8515-7905d7bb25fe
author David-Engel
ms.author v-daenge

getFetchSize Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the number of result set rows that is the default fetch size for result set objects generated from this SQLServerStatement object.

Syntax

  
public final int getFetchSize()  

Return Value

An int that indicates the fetch size, which is specified by the setFetchSize method.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerStatement Members
SQLServerStatement Class