R/DataModel.R
deleteAllRowsForPrimaryKey.Rd
Delete results rows for primary key values from database server tables
deleteAllRowsForPrimaryKey(connection, schema, tableName, keyValues)
DatabaseConnector connection instance
The schema on the postgres server where the results table exists
Database table name
Key values of results rows to be deleted
Only PostgreSQL servers are supported.