getServerCPUTime(java.sql.ResultSet) Method

Returns the server CPU time for the result set fetch.s

Parameters

Type Name Description
java.sql.ResultSet resultSet The result set whose CPU fetch time you are requesting.

Returns

Type Description
long The server CPU time for the result set fetch, in microseconds. This value does not include network communication time.

Remarks

The returned values are for the fetches since the beginning of the current result set. If nextResult is called, then the returned results are reset for the new result set. By default, executed statements include fetch times and memory usage data for the first 32 rows.