PostGRE_RemoveCreateAppend: PostGRE_RemoveCreateAppend

View source: R/SQL_Functions.R

PostGRE_RemoveCreateAppendR Documentation

PostGRE_RemoveCreateAppend

Description

PostGRE_RemoveCreateAppend will DROP the table specified

Usage

PostGRE_RemoveCreateAppend(
  data = NULL,
  TableName = NULL,
  CloseConnection = TRUE,
  CreateSchema = NULL,
  Host = NULL,
  DBName = NULL,
  User = NULL,
  Port = NULL,
  Password = NULL,
  Temporary = FALSE,
  Connection = NULL,
  Append = TRUE
)

Arguments

data

See args from related functions

TableName

See args from related functions

CloseConnection

See args from related functions

CreateSchema

See args from related functions

Host

See args from related functions

DBName

See args from related functions

User

See args from related functions

Port

See args from related functions

Password

See args from related functions

Temporary

See args from related functions

Connection

See args from related functions

Append

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