Qorus Integration Engine® Enterprise Edition 6.0.27_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. 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 | |
abstract auto | run (QorusInterfaceTest t) |
runs the test More... | |
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.