Qorus Integration Engine®  4.0.3.p2_git
QorusInterfaceTest::DeleteDbTableData Class Reference

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

Inheritance diagram for QorusInterfaceTest::DeleteDbTableData:
QorusInterfaceTest::Action

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
 

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: