PostGRE_GetTableNames: PostGRE_GetTableNames

View source: R/SQL_Functions.R

PostGRE_GetTableNamesR Documentation

PostGRE_GetTableNames

Description

PostGRE_GetTableNames will list all column names from a table

Usage

PostGRE_GetTableNames(
  Host = NULL,
  CloseConnection = FALSE,
  DBName = NULL,
  TableName = NULL,
  User = NULL,
  Port = NULL,
  Password = NULL
)

Arguments

Host

See args from related functions

CloseConnection

See args from related functions

DBName

See args from related functions

TableName

Name of postgres table

User

See args from related functions

Port

See args from related functions

Password

See args from related functions

Value

A character vector of names. Exactly like names R base function for a data.frame

Author(s)

Adrian Antico

See Also

Other Database: AutoDataDictionaries(), PostGRE_AppendData(), PostGRE_CreateTable(), PostGRE_ListTables(), PostGRE_Query(), PostGRE_RemoveCreateAppend(), PostGRE_RemoveTable(), PosteGRE_CreateDatabase(), PosteGRE_DropDB(), PosteGRE_ListDatabases(), SQL_ClearTable(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_DBConnection()


AdrianAntico/RemixAutoML documentation built on Feb. 3, 2024, 3:32 a.m.