Qorus Integration Engine® Enterprise Edition 6.0.19_prod
Loading...
Searching...
No Matches
QorusInterfaceTest::DeleteDbTableData Class Reference

Deletes one or more rows from a DB table. More...

Inheritance diagram for QorusInterfaceTest::DeleteDbTableData:
[legend]
Collaboration diagram for QorusInterfaceTest::DeleteDbTableData:
[legend]

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...
 

Detailed Description

Deletes one or more rows from a DB table.

Member Function Documentation

◆ constructor()

QorusInterfaceTest::DeleteDbTableData::constructor ( string  dsname,
string  tableName,
hash< auto >  w 
)

Creates the object according to the arguments.

Parameters
dsnamename of the datasource
tableNamea table name
wa where clause. Keys are column names.

◆ run()

QorusInterfaceTest::DeleteDbTableData::run ( QorusInterfaceTest  t)
virtual

runs the test by deleting one or more rows from the table using the arguments passed to the constructor()

Parameters
tQorusInterfaceTest test object

Implements QorusInterfaceTest::Action.


The documentation for this class was generated from the following file: