ModuleFetchResult
com.kesoftware.imu.ModuleFetchResult
com.kesoftware.imu.ModuleFetchResult
Since: 1.0
Description
Provides results from a call to the Module
fetch( )
method.
Properties
Property |
Details |
---|---|
|
The number of records returned in the result set. Getter: int getCount() |
|
The best estimate of the size of the result set after the fetch method has completed. When the After the Getter: long getHits() |
|
The array of the records actually fetched. Each record is represented by a
Getter: Map[] getRows() |