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

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

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

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
 
abstract auto run (QorusInterfaceTest t)
 runs the test More...
 

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: