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

Deletes one or more rows from a DB table. More...

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

Public Member Methods

 DeleteDbTableData (String dsname, String tableName, Map< String, Object > w) throws Throwable
 Creates the object according to the arguments. More...
 
Object run (QorusInterfaceTest t) throws Throwable
 runs the test by deleting one or more rows from the table using the arguments passed to the constructor 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 or more rows from a DB table.

Constructor & Destructor Documentation

◆ DeleteDbTableData()

com.qoretechnologies.qorus.test.DeleteDbTableData.DeleteDbTableData ( String  dsname,
String  tableName,
Map< String, Object w 
) throws Throwable
inline

Creates the object according to the arguments.

Parameters
dsnamename of the datasource
tableNamea table name
wa where clause. Keys are column names.

Member Function Documentation

◆ run()

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

runs the test by deleting one or more rows from the table using the arguments passed to the constructor

Parameters
tQorusInterfaceTest test object

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