PosteGRE_ListDatabases: PosteGRE_ListDatabases

View source: R/SQL_Functions.R

PosteGRE_ListDatabasesR Documentation

PosteGRE_ListDatabases

Description

PosteGRE_ListDatabases list of available databases

Usage

PosteGRE_ListDatabases(
  Host = "localhost",
  Port = 5432,
  User = "postgres",
  Password = "",
  Connection = NULL,
  CloseConnection = TRUE
)

Arguments

Host

See args from related functions

Port

See args from related functions

User

See args from related functions

Password

See args from related functions

Connection

See args from related functions

CloseConnection

See args from related functions

Author(s)

Adrian Antico

See Also

Other Database: AutoDataDictionaries(), PostGRE_AppendData(), PostGRE_CreateTable(), PostGRE_GetTableNames(), PostGRE_ListTables(), PostGRE_Query(), PostGRE_RemoveCreateAppend(), PostGRE_RemoveTable(), PosteGRE_CreateDatabase(), PosteGRE_DropDB(), 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.