Inserts one or more rows into a remote table in a remote Qorus instance.
More...
|
| | constructor (string action, string remote, string dsname, *hash< auto > opts) |
| | Creates the object according to the arguments.
|
| |
|
| constructor () |
| | creates the object
|
| |
| abstract auto | run (QorusInterfaceTest t) |
| | runs the test
|
| |
|
|
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.
◆ constructor()
| QorusInterfaceTest::AbstractRemoteDbSqlUtilAction::constructor |
( |
string |
action, |
|
|
string |
remote, |
|
|
string |
dsname, |
|
|
*hash< auto > |
opts |
|
) |
| |
Creates the object according to the arguments.
- Parameters
-
| 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 |
The documentation for this class was generated from the following file: