![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
Inserts one or more rows into DB table. More...
Public Member Methods | |
InsertDbTableRows (String dsname, String tableName, Map< String, Object >[] rows) throws Throwable | |
Creates the object according to the arguments. More... | |
Object | run (QorusInterfaceTest t) throws Throwable |
runs the test by inserting data into the database More... | |
Additional Inherited Members | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
Inserts one or more rows into DB table.
|
inline |
Creates the object according to the arguments.
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() |
|
inline |
runs the test by inserting data into the database
t | QorusInterfaceTest test object |
checks whether the rows were inserted