#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 |
const std::string & | getName () |
message::Transaction * | getTransactionMessage () const |
void | setTransactionMessage (message::Transaction *in_transaction_message) |
NamedSavepoint & | operator= (const NamedSavepoint &other) |
Private Attributes | |
std::string | name |
TransactionContext::ResourceContexts | resource_contexts |
message::Transaction * | transaction_message |
This is a class which stores information about a named savepoint in a transaction
Definition at line 40 of file named_savepoint.h.
drizzled::NamedSavepoint::NamedSavepoint | ( | const char * | in_name, |
size_t | in_name_length | ||
) | [inline] |
Constructor
Definition at line 46 of file named_savepoint.h.