dbGetInfoExtraEM: Extra Information About The RPostgreSQL Connection

Description Usage Arguments Value Examples

View source: R/AmerAssocIndividInvestorsAAII.R

Description

Adds extra information: current_schema, search_path, temp_dbname, econmodel_db_dbname, client_encoding, and time_zone. It will not report the working database (econmodel_db_dbname) (if it does not yet exist). It will not report the user temporary database (temp_dbname) (if it does not yet exist).

Usage

1
dbGetInfoExtraEM(connName, env, display = TRUE, exec = TRUE)

Arguments

connName

String. Default is "connEM". Contains the name of the variable that contains the name of the "connection" in the environment "env".

env

Environment. Default is the .Global environment. This is the environment to return the connection object "connEM".

display

Logical. Whether to display the query (defaults to TRUE).

exec

Logical. Whether to execute the query (defaults to TRUE).

Value

R data.frame of Strings of properties. Otherwise, an error.

Examples

1
2
3
4
## Not run: 
dbGetInfoExtraEM()

## End(Not run)

AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.