Static Public Member Functions |
static void | insert (Ndb *theNdbObject, const NDBT_DataSet *, int parallellTransactions=1, int operationsPerTransaction=10) |
static void | readByPk (Ndb *theNdbObject, NDBT_DataSet *, int parallellTransactions=1, int operationsPerTransaction=10) |
static void | updateByPk (Ndb *theNdbObject, const NDBT_DataSet *, int parallellTransactions=1, int operationsPerTransaction=10) |
static void | deleteByPk (Ndb *theNdbObject, const NDBT_DataSet *, int parallellTransactions=1, int operationsPerTransaction=10) |
Detailed Description
Member Function Documentation
static void NDBT_DataSetBulkOperation::deleteByPk |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
int |
parallellTransactions = 1 , |
|
|
int |
operationsPerTransaction = 10 |
|
) |
| |
|
static |
static void NDBT_DataSetBulkOperation::insert |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
int |
parallellTransactions = 1 , |
|
|
int |
operationsPerTransaction = 10 |
|
) |
| |
|
static |
static void NDBT_DataSetBulkOperation::readByPk |
( |
Ndb * |
theNdbObject, |
|
|
NDBT_DataSet * |
, |
|
|
int |
parallellTransactions = 1 , |
|
|
int |
operationsPerTransaction = 10 |
|
) |
| |
|
static |
Read data (using pk) from ndb
static void NDBT_DataSetBulkOperation::updateByPk |
( |
Ndb * |
theNdbObject, |
|
|
const NDBT_DataSet * |
, |
|
|
int |
parallellTransactions = 1 , |
|
|
int |
operationsPerTransaction = 10 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: