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

Insert a row into DB table. More...

Inheritance diagram for QorusInterfaceTest::InsertDbTableRow:
QorusInterfaceTest::InsertDbTableRows QorusInterfaceTest::Action

Public Member Methods

 constructor (string dsname, string tableName, hash< auto > row)
 
- Public Member Methods inherited from QorusInterfaceTest::InsertDbTableRows
 constructor (string dsname, string tableName, softlist< auto > rows)
 
 run (QorusInterfaceTest t)
 runs the test by inserting data into the database More...
 
- Public Member Methods inherited from QorusInterfaceTest::Action
 constructor ()
 creates the object
 

Detailed Description

Insert a row into DB table.

Member Function Documentation

◆ constructor()

QorusInterfaceTest::InsertDbTableRow::constructor ( string  dsname,
string  tableName,
hash< auto >  row 
)
Parameters
dsnamename of the datasource
tableNamea table name
rowa data in a hash form. Keys are column names.

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