Qorus Integration Engine® Enterprise Edition 6.0.25_prod
|
clear given table. Data are truncated/deleted completely. More...
Public Member Methods | |
constructor (string dsname, string tableName) | |
run (QorusInterfaceTest t) | |
deletes the data in the table given in the constructor More... | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test More... | |
clear given table. Data are truncated/deleted completely.
QorusInterfaceTest::TruncateTable::constructor | ( | string | dsname, |
string | tableName | ||
) |
dsname | name of the datasource listed |
tableName | a table name |
|
virtual |
deletes the data in the table given in the constructor
t | QorusInterfaceTest test object |
Implements QorusInterfaceTest::Action.