deleteAllRowsForDatabaseId {ResultModelManager} | R Documentation |
Delete all rows for database id
deleteAllRowsForDatabaseId(
connection,
schema,
tableName,
databaseId,
idIsInt = TRUE
)
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 |
Only PostgreSQL servers are supported.