32 #ifndef __TPCB_SCHEMA_MAN_H 33 #define __TPCB_SCHEMA_MAN_H 103 account_tuple* ptuple,
109 account_tuple* ptuple,
115 account_tuple* ptuple,
121 account_tuple* ptuple,
143 #endif // __TPCB_SCHEMA_MAN_H table_row_t teller_tuple
Definition: tpcb_schema_man.h:70
Definition: tpcb_schema_man.h:69
teller_man_impl(teller_t *aTellerDesc)
Definition: tpcb_schema_man.h:74
table_row_t history_tuple
Definition: tpcb_schema_man.h:131
table_row_t branch_tuple
Definition: tpcb_schema_man.h:44
~teller_man_impl()
Definition: tpcb_schema_man.h:77
This is the SHORE Storage Manager API.
Definition: sm.h:405
branch_man_impl(branch_t *aBranchDesc)
Definition: tpcb_schema_man.h:48
: Declaration of the TPC-B tables
account_man_impl(account_t *aAccountDesc)
Definition: tpcb_schema_man.h:96
Definition: tpcb_schema_man.h:130
~branch_man_impl()
Definition: tpcb_schema_man.h:51
Return code for most functions and methods.
Definition: w_rc.h:87
~account_man_impl()
Definition: tpcb_schema_man.h:99
Definition: tpcb_schema_man.h:91
w_rc_t b_index_probe(ss_m *db, branch_tuple *ptuple, const int b_id)
Definition: tpcb_schema_man.cpp:48
table_row_t account_tuple
Definition: tpcb_schema_man.h:92
~history_man_impl()
Definition: tpcb_schema_man.h:138
w_rc_t b_idx_nl(ss_m *db, branch_tuple *ptuple, const int b_id)
Definition: tpcb_schema_man.cpp:64
Definition: tpcb_schema_man.h:43
Definition: tpcb_client.cpp:33
w_rc_t b_index_probe_forupdate(ss_m *db, branch_tuple *ptuple, const int b_id)
Definition: tpcb_schema_man.cpp:56
Definition: table_man.h:117
history_man_impl(history_t *aHistoryDesc)
Definition: tpcb_schema_man.h:135