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

Inserts one or more rows into DB table. More...

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

Public Member Methods

 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

Inserts one or more rows into DB table.

Member Function Documentation

◆ constructor()

QorusInterfaceTest::InsertDbTableRows::constructor ( string  dsname,
string  tableName,
softlist< auto >  rows 
)
Parameters
dsnamename of the datasource
tableNamea table name
rowsa list of hashes representing row data to insert; keys are column names; values are literal values passed to SqlUtil::AbstractTable::insert()

◆ run()

QorusInterfaceTest::InsertDbTableRows::run ( QorusInterfaceTest  t)
virtual

runs the test by inserting data into the database

Parameters
tQorusInterfaceTest test object

checks whether the row was inserted

Implements QorusInterfaceTest::Action.


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