title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getFetchSize Method (SQLServerResultSet) |
getFetchSize Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.getFetchSize |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Retrieves the fetch size for this SQLServerResultSet object.
public int getFetchSize()
An int that indicates the current fetch size.
This getFetchSize method is specified by the getFetchSize method in the java.sql.ResultSet interface.