![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
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, *hash< auto > opts) | |
| Creates the object according to the arguments. More... | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
| constructor () | |
| creates the object | |
| abstract any | run (QorusInterfaceTest t) |
| runs the test More... | |
Private Attributes | |
| 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::AbstractRemoteDbSqlUtilAction::constructor | ( | string | action, |
| string | remote, | ||
| string | dsname, | ||
| *hash< auto > | opts | ||
| ) |
Creates the object according to the arguments.
| action | the name of the sqlutil method or stream |
| remote | the name of the remote connection |
| dsname | the name of the remote datasource |
| opts | stream options |