dbClearResult.PgSQL.result {RdbiPgSQL} | R Documentation |
dbClearResult
clears all resources associated with a
PgSQL.result object.
## S3 method for class 'PgSQL.result': dbClearResult(result)
result |
A result object |
Result object do not need to be explicitely cleared as their resources will automatically be freed during garbage collection. This function forces the resource to be immediately released.
Timothy H. Keitt