PosteGRE_DropDB: PosteGRE_DropDB

View source: R/SQL_Functions.R

PosteGRE_DropDBR Documentation

PosteGRE_DropDB

Description

PosteGRE_DropDB Drop selected database if it exists

Usage

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

Arguments

DBName

name of db

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_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.