db.schema: List the schema of database tables

View source: R/db-info.R

db.schemaR Documentation

List the schema of database tables

Description

List the schema of database tables

Usage

db.schema(db, table)

Arguments

db

The database connection. S4 object of class "database".

table

A character vector of table names in the database.

Value

A data.frame listing the name and SQL schema for each table.


blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.