dbSendQuery.PgSQL.conn {RdbiPgSQL}R Documentation

Send a query to the backend

Description

dbSendQuery sends a query to the PostgreSQL server.

Usage

## S3 method for class 'PgSQL.conn':
dbSendQuery(conn, ...)

Arguments

conn A connection object
... A query string

Details

Arguments past the connection object will be pasted together and sent to the backend for processing.

Value

A result object.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net

See Also

dbResultInfo


[Package RdbiPgSQL version 1.12.0 Index]