Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.RemoteDbDeleteAction Class Reference

Deletes one of more rows from a remote table in a remote Qorus instance. More...

Inheritance diagram for com.qoretechnologies.qorus.test.RemoteDbDeleteAction:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper

Public Member Methods

 RemoteDbDeleteAction (String remote, String dsname, String tableName, Map< String, Object > cond, Map< String, Object > opts) throws Throwable
 Creates the object according to the arguments. More...
 
 RemoteDbDeleteAction (String remote, String dsname, String tableName, Map< String, Object > cond) throws Throwable
 Creates the object according to the arguments. More...
 
Object run (QorusInterfaceTest t) throws Throwable
 runs the test by deleting data from the remote table according to the where clause More...
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

Deletes one of more rows from a remote table in a remote Qorus instance.

Constructor & Destructor Documentation

◆ RemoteDbDeleteAction() [1/2]

com.qoretechnologies.qorus.test.RemoteDbDeleteAction.RemoteDbDeleteAction ( String  remote,
String  dsname,
String  tableName,
Map< String, Object cond,
Map< String, Object opts 
) throws Throwable
inline

Creates the object according to the arguments.

Parameters
remotethe name of the remote connection
dsnamethe name of the remote datasource
tableNamethe table name for the delete call
condthe where clause for the remote delete call
optsstream options

◆ RemoteDbDeleteAction() [2/2]

com.qoretechnologies.qorus.test.RemoteDbDeleteAction.RemoteDbDeleteAction ( String  remote,
String  dsname,
String  tableName,
Map< String, Object cond 
) throws Throwable
inline

Creates the object according to the arguments.

Parameters
remotethe name of the remote connection
dsnamethe name of the remote datasource
tableNamethe table name for the delete call
condthe where clause for the remote delete call

Member Function Documentation

◆ run()

Object com.qoretechnologies.qorus.test.RemoteDbDeleteAction.run ( QorusInterfaceTest  t) throws Throwable
inline

runs the test by deleting data from the remote table according to the where clause

Parameters
tQorusInterfaceTest test object

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