![]() |
Qorus Integration Engine® Enterprise Edition 7.0.1_prod
|
Inserts one or more rows into DB table. More...
Public Member Methods | |
constructor (string dsname, string tableName, softlist< auto > rows) | |
run (QorusInterfaceTest t) | |
runs the test by inserting data into the database | |
![]() | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test | |
Inserts one or more rows into DB table.
QorusInterfaceTest::InsertDbTableRows::constructor | ( | string | dsname, |
string | tableName, | ||
softlist< auto > | rows | ||
) |
dsname | name of the datasource |
tableName | a table name |
rows | a list of hashes representing row data to insert; keys are column names; values are literal values passed to SqlUtil::AbstractTable::insert() |
QorusInterfaceTest::InsertDbTableRows::run | ( | QorusInterfaceTest | t | ) |
runs the test by inserting data into the database
t | QorusInterfaceTest test object |
checks whether the row was inserted