dbSendQuery.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbSendQuery
sends a query to the PostgreSQL server.
## S3 method for class 'PgSQL.conn': dbSendQuery(conn, ...)
conn |
A connection object |
... |
A query string |
Arguments past the connection object will be pasted together and sent to the backend for processing.
A result object.
Timothy H. Keitt