dbClearResult-DatabaseConnectorDbiResult-method function
Clear a result set
Clear a result set
Frees all resources (local and remote) associated with a result set. This step is mandatory for all objects obtained by calling dbSendQuery() or dbSendStatement().
## S4 method for signature 'DatabaseConnectorDbiResult'dbClearResult(res,...)
Arguments
res: An object inheriting from DBIResult .
...: Other arguments passed on to methods.
Returns
dbClearResult() returns TRUE, invisibly, for result sets obtained from dbSendQuery(), dbSendStatement(), or dbSendQueryArrow(),