![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
Deletes one of more rows from a remote table in a remote Qorus instance. More...
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 | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
Deletes one of more rows from a remote table in a remote Qorus instance.
|
inline |
Creates the object according to the arguments.
remote | the name of the remote connection |
dsname | the name of the remote datasource |
tableName | the table name for the delete call |
cond | the where clause for the remote delete call |
opts | stream options |
|
inline |
Creates the object according to the arguments.
remote | the name of the remote connection |
dsname | the name of the remote datasource |
tableName | the table name for the delete call |
cond | the where clause for the remote delete call |
|
inline |
runs the test by deleting data from the remote table according to the where clause
t | QorusInterfaceTest test object |