![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
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. More... | |
| run (QorusInterfaceTest t) | |
| runs the test by deleting one or more rows from the table using the arguments passed to the constructor() More... | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
| constructor () | |
| creates the object | |
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. |
|
virtual |
runs the test by deleting one or more rows from the table using the arguments passed to the constructor()
| t | QorusInterfaceTest test object |
Implements QorusInterfaceTest::Action.