Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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
Remarks
This getFetchSize method is specified by the getFetchSize method in the java.sql.Statement interface.