dbTableInfo: Get information about table columns.

View source: R/all_db_wrapper_fns.R

dbTableInfoR Documentation

Get information about table columns.

Description

Get information about columns in a PostgreSQL table.

Usage

dbTableInfo(conn, name, allinfo = FALSE)

Arguments

conn

A connection object to a PostgreSQL database.

name

A character string specifying a PostgreSQL schema (if necessary), and table or view name (e.g., name = c("schema", "table")).

allinfo

Logical, Get all information on table? Default is column names, types, nullable, and maximum length of character columns.

Value

data frame

Author(s)

David Bucklin david.bucklin@gmail.com

Examples

## Not run: 
dbTableInfo(conn, c("schema", "table"))

## End(Not run)

rpostgis documentation built on Nov. 20, 2023, 5:07 p.m.