getFetchSize Method (SQLServerStatement)

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

public final int getFetchSize()

Valor devuelto

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerStatement Class

Conceptos

SQLServerStatement Methods
SQLServerStatement Members