get_column_names: Get column names from database tables

View source: R/get_column_names.R

get_column_namesR Documentation

Get column names from database tables

Description

This function retrieves the column names from all tables in the specified database connection.

Usage

get_column_names(conn)

Arguments

conn

The connection object or database connection string.

Value

A data frame containing the column names and corresponding table names.


acdcquery documentation built on Feb. 19, 2026, 5:07 p.m.