![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
Inserts one row into DB table. More...
Public Member Methods | |
InsertDbTableRow (String dsname, String tableName, Map< String, Object > row) 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 row into DB table.
|
inline |
Creates the object according to the arguments.
dsname | name of the datasource |
tableName | a table name |
row | a hash 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 row was inserted