![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
Insert a row into DB table. More...
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 | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
| constructor () | |
| creates the object | |
| abstract auto | run (QorusInterfaceTest t) |
| runs the test | |
Insert a row into DB table.
| QorusInterfaceTest::InsertDbTableRow::constructor | ( | string | dsname, |
| string | tableName, | ||
| hash< auto > | row | ||
| ) |
| dsname | name of the datasource |
| tableName | a table name |
| row | a data in a hash form. Keys are column names. |