![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
Deletes one or more rows from a DB table. More...
Public Member Methods | |
| constructor (string dsname, string tableName, hash< auto > w) | |
| Creates the object according to the arguments. | |
| run (QorusInterfaceTest t) | |
| runs the test by deleting one or more rows from the table using the arguments passed to the constructor() | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
| constructor () | |
| creates the object | |
| abstract auto | run (QorusInterfaceTest t) |
| runs the test | |
Deletes one or more rows from a DB table.
| QorusInterfaceTest::DeleteDbTableData::constructor | ( | string | dsname, |
| string | tableName, | ||
| hash< auto > | w | ||
| ) |
Creates the object according to the arguments.
| dsname | name of the datasource |
| tableName | a table name |
| w | a where clause. Keys are column names. |
| QorusInterfaceTest::DeleteDbTableData::run | ( | QorusInterfaceTest | t | ) |
runs the test by deleting one or more rows from the table using the arguments passed to the constructor()
| t | QorusInterfaceTest test object |