Delete all rows for database id
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.