dbColnames {pgUtils}R Documentation

Get the column names of a database table

Description

This function returns the column names of the database table which name was submitted.

Usage

dbColnames(con, table.name)

Arguments

con The database connection object.
table.name The database table name for which the column names should be retrieved.

Value

The column names of the table.

Author(s)

Johannes Rainer


[Package pgUtils version 1.14.1 Index]