OraTableDesc: Gets table description from Oracle db

Description Usage Arguments Value Examples

View source: R/ora.R

Description

Table description of an Oracle table is retrieved in a concise format.

Usage

1
OraTableDesc(db_table, env = "dev")

Arguments

db_table

Name of the database table.

env

Environment string to use for forming the connection string.

Value

Returns a data frame

Examples

1
OraTableDesc("EMP", "dev")

neemtreeparrot/deebee documentation built on May 6, 2019, 12:05 a.m.