getFetchSize Method (SQLServerResultSet)

Retrieves the fetch size for this SQLServerResultSet object.

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

Reference

SQLServerResultSet Class

Concepts

SQLServerResultSet Methods
SQLServerResultSet Members