Frees all resources (local and remote) associated with a result set.
This step is mandatory for all objects obtained by calling
dbSendQuery() or dbSendStatement().
DBI:::methods_as_rd("dbClearResult")
# S4 method for DatabaseConnectorJdbcResult
dbClearResult(res, ...)dbClearResult() returns TRUE, invisibly, for result sets obtained from
both dbSendQuery()
and dbSendStatement().
An object inheriting from DBIResult.
Other arguments passed on to methods.
Other DBIResult generics:
DBIResult-class,
dbBind(),
dbColumnInfo(),
dbFetch(),
dbGetInfo(),
dbGetRowCount(),
dbGetRowsAffected(),
dbGetStatement(),
dbHasCompleted(),
dbIsReadOnly(),
dbIsValid(),
dbQuoteIdentifier(),
dbQuoteLiteral(),
dbQuoteString(),
dbUnquoteIdentifier()