Qorus Integration Engine®  4.0.3.p2_git
QorusInterfaceTest::AbstractRemoteDbSqlUtilAction Class Reference

Inserts one or more rows into a remote table in a remote Qorus instance. More...

Inheritance diagram for QorusInterfaceTest::AbstractRemoteDbSqlUtilAction:
QorusInterfaceTest::Action QorusInterfaceTest::AbstractRemoteDbSelectAction QorusInterfaceTest::RemoteDbDeleteAction QorusInterfaceTest::RemoteDbRowSqlUtilAction QorusInterfaceTest::RemoteDbSelectAction QorusInterfaceTest::InsertRemoteDbTableRows QorusInterfaceTest::UpsertRemoteDbTableRows

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
 

Detailed Description

Inserts one or more rows into a remote table in a remote Qorus instance.

Member Function Documentation

◆ constructor()

QorusInterfaceTest::AbstractRemoteDbSqlUtilAction::constructor ( string  action,
string  remote,
string  dsname,
*hash< auto >  opts 
)

Creates the object according to the arguments.

Parameters
actionthe name of the sqlutil method or stream
remotethe name of the remote connection
dsnamethe name of the remote datasource
optsstream options

The documentation for this class was generated from the following file: