SQL_ClearTable: SQL_ClearTable

View source: R/SQL_Functions.R

SQL_ClearTableR Documentation

SQL_ClearTable

Description

SQL_ClearTable remove all rows from a database table

Usage

SQL_ClearTable(
  DBConnection,
  SQLTableName = "",
  CloseChannel = TRUE,
  Errors = TRUE
)

Arguments

DBConnection

AutoQuant::SQL_Server_DBConnection()

SQLTableName

The SQL statement you want to run

CloseChannel

TRUE to close when done, FALSE to leave the channel open

Errors

Set to TRUE to halt, FALSE to return -1 in cases of errors

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(), PosteGRE_ListDatabases(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_DBConnection()


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