Package index
-
Postgres()
dbConnect(<PqDriver>)
dbDisconnect(<PqConnection>)
- Postgres driver
-
Redshift()
dbConnect(<RedshiftDriver>)
- Redshift driver/connection
-
dbAppendTable(<PqConnection>)
dbExistsTable(<PqConnection>,<Id>)
dbExistsTable(<PqConnection>,<character>)
dbListFields(<PqConnection>,<Id>)
dbListFields(<PqConnection>,<character>)
dbListObjects(<PqConnection>)
dbListTables(<PqConnection>)
dbReadTable(<PqConnection>,<character>)
dbRemoveTable(<PqConnection>,<character>)
dbWriteTable(<PqConnection>,<character>,<data.frame>)
sqlData(<PqConnection>)
- Convenience functions for reading/writing DBMS tables
-
dbQuoteIdentifier(<PqConnection>,<Id>)
dbQuoteIdentifier(<PqConnection>,<SQL>)
dbQuoteIdentifier(<PqConnection>,<character>)
dbQuoteLiteral(<PqConnection>)
dbQuoteString(<PqConnection>,<SQL>)
dbQuoteString(<PqConnection>,<character>)
dbUnquoteIdentifier(<PqConnection>,<SQL>)
- Quote postgres strings, identifiers, and literals
-
dbBind(<PqResult>)
dbClearResult(<PqResult>)
dbFetch(<PqResult>)
dbHasCompleted(<PqResult>)
dbSendQuery(<PqConnection>)
- Execute a SQL statement on a database connection
-
dbBegin(<PqConnection>)
dbCommit(<PqConnection>)
dbRollback(<PqConnection>)
- Transaction management.
-
postgresIsTransacting()
- Return whether a transaction is ongoing
-
RPostgres
RPostgres-package
- RPostgres: Rcpp Interface to PostgreSQL
-
postgresHasDefault()
postgresDefault()
- Check if default database is available.
-
postgresWaitForNotify()
- Wait for and return any notifications that return within timeout