dbPartBoundEM: From a PostgreSQL Object Get Its Partition Bounds

Description Usage Arguments Details Value

View source: R/AmerAssocIndividInvestorsAAII.R

Description

Of a PostgreSQL inheriting partition, detect its partition bounds. If not a "inheriting partition", an empty character vector is returned.

Usage

1
dbPartBoundEM(connName, name, 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".

name

String. Name of the PostgreSQL object.

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).

Details

This is only designed to work on List paritions the non-expression partition bounds.

Value

vector of partiton bound list values.


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