Running the query
To run the query, you
call the Execute
method of the
ResultSet object. This method fills the ResultSet with data from the database. The result set might
be larger than is optimal for the memory management of certain computers. Therefore, as you navigate
through the result set, HCL Compass
transparently loads only the data you need. As you request new data, HCL Compass transparently fetches them.