dbResultInfo {Rdbi} | R Documentation |
dbResultInfo
is a generic function that, when called on a
result object, returns a list with status information.
dbResultInfo(result)
result |
A query result object. |
A list with result status information.
Timothy H. Keitt