dbResultInfo.PgSQL.result {RdbiPgSQL} | R Documentation |
Get result information
Description
dbResultInfo
return information about a result object.
Usage
## S3 method for class 'PgSQL.result':
dbResultInfo(result)
Arguments
Value
status |
Result status code |
status.string |
Result status string |
error.message |
Error message generated by query |
rows |
Number of rows in the result |
columns |
Number of columns in the result |
is.binary |
If true, result is binary |
command.response |
Response from backend |
command.tuples |
Not sure what this is |
Author(s)
Timothy H. Keitt
References
http://rdbi.sourceforge.net/
See Also
dbSendQuery
[Package
RdbiPgSQL version 1.16.0
Index]