#include <NDBT_DataSetTransaction.hpp>
Detailed Description
This class contains a bunch a methods that operates on NDB together with a NDBT_DataSet using one transaction
Definition at line 32 of file NDBT_DataSetTransaction.hpp.
Member Function Documentation
static void NDBT_DataSetTransaction::deleteByPk |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
bool |
rollback = false |
|
) |
| |
|
static |
static void NDBT_DataSetTransaction::insert |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
bool |
rollback = false |
|
) |
| |
|
static |
static void NDBT_DataSetTransaction::readByPk |
( |
Ndb * |
theNdbObject, |
|
|
NDBT_DataSet * |
, |
|
|
bool |
rollback = false |
|
) |
| |
|
static |
Read data (using pk) from ndb
static void NDBT_DataSetTransaction::updateByPk |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
bool |
rollback = false |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: