Drizzled Public API Documentation

drizzled::NamedSavepoint Class Reference

#include <named_savepoint.h>

Public Member Functions

 NamedSavepoint (const char *in_name, size_t in_name_length)
 
 NamedSavepoint (const NamedSavepoint &other)
 
void setResourceContexts (TransactionContext::ResourceContexts &new_contexts)
 
const
TransactionContext::ResourceContexts & 
getResourceContexts () const
 
TransactionContext::ResourceContexts & getResourceContexts ()
 
const std::string & getName () const
 
message::TransactiongetTransactionMessage () const
 
void setTransactionMessage (message::Transaction *in_transaction_message)
 
NamedSavepointoperator= (const NamedSavepoint &other)
 

Private Attributes

std::string name
 
TransactionContext::ResourceContexts resource_contexts
 
message::Transactiontransaction_message
 

Detailed Description

This is a class which stores information about a named savepoint in a transaction

Definition at line 35 of file named_savepoint.h.

Constructor & Destructor Documentation

drizzled::NamedSavepoint::NamedSavepoint ( const char *  in_name,
size_t  in_name_length 
)
inline

Constructor

Definition at line 41 of file named_savepoint.h.


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