Sets a boolean value indicating whether a recordset resulting from a query to the data source will be fetched asynchronously.
public void setAsyncFetch( boolean asyncFetch )
asyncFetch
Set to true for the recordset to be fetched asynchronously; otherwise, set to false.
See Also getAsyncFetch