db.fields: List the fields of a database table

View source: R/db-info.R

db.fieldsR Documentation

List the fields of a database table

Description

List the fields of a database table

Usage

db.fields(db, table)

Arguments

db

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

table

The name of a table in the database.

Value

A data.frame listing the name and storage mode of each field in the table.


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