Qorus Integration Engine® Enterprise Edition 6.0.25_prod
|
Inserts one or more rows into a remote table in a remote Qorus instance. More...
Public Member Methods | |
constructor (string action, string remote, string dsname, softlist< auto > data, *hash< auto > opts) | |
Creates the object according to the arguments. More... | |
run (QorusInterfaceTest t) | |
runs the test by streaming the input data to the remote database More... | |
Public Member Methods inherited from QorusInterfaceTest::AbstractRemoteDbSqlUtilAction | |
constructor (string action, string remote, string dsname, *hash< auto > opts) | |
Creates the object according to the arguments. More... | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test More... | |
Private Attributes | |
list< auto > | m_data |
list of hashes of table names + data; keys in each hash: "table" , "data" | |
Private Attributes inherited from QorusInterfaceTest::AbstractRemoteDbSqlUtilAction | |
string | m_action |
the sqlutil method or stream name | |
string | m_remote |
the remote connection name | |
string | m_ds |
the name of the remote datasource | |
*hash< auto > | m_opts |
stream options | |
Inserts one or more rows into a remote table in a remote Qorus instance.
QorusInterfaceTest::RemoteDbRowSqlUtilAction::constructor | ( | string | action, |
string | remote, | ||
string | dsname, | ||
softlist< auto > | data, | ||
*hash< auto > | opts | ||
) |
Creates the object according to the arguments.
action | the name of the sqlutil stream |
remote | the name of the remote connection |
dsname | the name of the remote datasource |
data | a list of hashes giving table names and data to push to the tables; in each hash the following keys are required:
|
opts | stream options |
|
virtual |
runs the test by streaming the input data to the remote database
t | QorusInterfaceTest test object |
runs the remote action with the input data
Implements QorusInterfaceTest::Action.