RedshiftSQL: Instantiate a Redshift client

Description Usage Examples

View source: R/RedshiftSQL.r

Description

This function creates and initializes a PostgreSQL client with class RedshiftSQLDriver which is simply a superclass of PostgreSQLDriver

Usage

1

Examples

1
2
3
4
5
## Not run: 
con <- dbConnect(RedshiftSQL(), user="u", password = "p", host="h", dbname="n", port = "5439")
query <- dbSendQuery(con, "SELECT * FROM table")

## End(Not run)

RRedshiftSQL documentation built on May 2, 2019, 12:40 p.m.