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