CUBRID Engine  latest
transaction_transient.hpp File Reference
#include "lob_locator.hpp"
#include "dbtype_def.h"
#include "log_lsa.hpp"
#include "storage_common.h"
#include <forward_list>
#include <functional>
Include dependency graph for transaction_transient.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tx_transient_class_entry
 
class  tx_transient_class_registry
 
struct  lob_rb_root
 

Namespaces

 cubthread
 

Functions

LOB_LOCATOR_STATE xtx_find_lob_locator (cubthread::entry *thread_p, const char *locator, char *real_locator)
 
int xtx_add_lob_locator (cubthread::entry *thread_p, const char *locator, LOB_LOCATOR_STATE state)
 
int xtx_change_state_of_locator (cubthread::entry *thread_p, const char *locator, const char *new_locator, LOB_LOCATOR_STATE state)
 
int xtx_drop_lob_locator (cubthread::entry *thread_p, const char *locator)
 
void tx_lob_locator_clear (cubthread::entry *thread_p, log_tdes *tdes, bool at_commit, LOG_LSA *savept_lsa)
 

Function Documentation