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