Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.32 KB

getfetchsize-method-sqlserverstatement.md

File metadata and controls

39 lines (29 loc) · 1.32 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getFetchSize Method (SQLServerStatement)
getFetchSize Method (SQLServerStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.getFetchSize
Assembly

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