MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NDBT_DataSetTransaction Class Reference

#include <NDBT_DataSetTransaction.hpp>

Static Public Member Functions

static void insert (Ndb *theNdbObject, const NDBT_DataSet *, bool rollback=false)
static void readByPk (Ndb *theNdbObject, NDBT_DataSet *, bool rollback=false)
static void updateByPk (Ndb *theNdbObject, const NDBT_DataSet *, bool rollback=false)
static void deleteByPk (Ndb *theNdbObject, const NDBT_DataSet *, bool rollback=false)

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

Delete

static void NDBT_DataSetTransaction::insert ( Ndb theNdbObject,
const NDBT_DataSet ,
bool  rollback = false 
)
static

Store the data into ndb

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

Update data using pk


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