Qorus Integration Engine® Enterprise Edition 7.0.1_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
 
- Public Member Methods inherited from QorusInterfaceTest::Action
 constructor ()
 creates the object
 
abstract auto run (QorusInterfaceTest t)
 runs the test
 

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)

runs the test by inserting data into the database

Parameters
tQorusInterfaceTest test object

checks whether the row was inserted


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