deleteAllRowsForDatabaseId: Delete all rows for database id

View source: R/DataModel.R

deleteAllRowsForDatabaseIdR Documentation

Delete all rows for database id

Description

Delete all rows for database id

Usage

deleteAllRowsForDatabaseId(
  connection,
  schema,
  tableName,
  databaseId,
  idIsInt = TRUE
)

Arguments

connection

DatabaseConnector connection instance

schema

The schema on the postgres server where the results table exists

tableName

Database table name

databaseId

Results source database identifier

idIsInt

Identified is a numeric type? If not character is used

Details

Only PostgreSQL servers are supported.


ResultModelManager documentation built on Sept. 30, 2024, 9:13 a.m.