#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::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 35 of file named_savepoint.h.
|
inline |
Constructor
Definition at line 41 of file named_savepoint.h.