#include <CmdInterpreter.h>
Public Member Functions | |
TxnHandle () | |
virtual | ~TxnHandle () |
Public Attributes | |
SharedDatabase | pDb |
SharedLogicalTxn | pTxn |
SharedFtrsTableWriterFactory | pFtrsTableWriterFactory |
bool | readOnly |
SharedExecStreamGovernor | pResourceGovernor |
SharedSegment | pSnapshotSegment |
If the database supports snapshots, the snapshot segment associated with the current transaction. | |
SharedSegment | pReadCommittedSnapshotSegment |
If the database supports snapshots, the snapshot segment associated with the current transaction that is used in cases where reads ignore uncommitted data, including those created by the current transaction. |
Definition at line 73 of file CmdInterpreter.h.
CmdInterpreter::TxnHandle::TxnHandle | ( | ) | [inline, explicit] |
CmdInterpreter::TxnHandle::~TxnHandle | ( | ) | [virtual] |
Definition at line 154 of file CmdInterpreter.cpp.
References JniUtil::decrementHandleCount().
00155 { 00156 JniUtil::decrementHandleCount(TXNHANDLE_TRACE_TYPE_STR, this); 00157 }
Definition at line 75 of file CmdInterpreter.h.
Referenced by CmdInterpreter::dropOrTruncateIndex(), CmdInterpreter::getBTreeForIndexCmd(), Java_net_sf_farrago_fennel_FennelStorage_tupleStreamGraphOpen(), and CmdInterpreter::visit().
Definition at line 76 of file CmdInterpreter.h.
Referenced by Java_net_sf_farrago_fennel_FennelStorage_tupleStreamGraphOpen(), and CmdInterpreter::visit().
Definition at line 79 of file CmdInterpreter.h.
Referenced by Java_net_sf_farrago_fennel_FennelStorage_tupleStreamGraphOpen(), and CmdInterpreter::visit().
If the database supports snapshots, the snapshot segment associated with the current transaction.
Definition at line 84 of file CmdInterpreter.h.
Referenced by CmdInterpreter::getBTreeForIndexCmd(), Java_net_sf_farrago_fennel_FennelStorage_tupleStreamGraphOpen(), and CmdInterpreter::visit().
If the database supports snapshots, the snapshot segment associated with the current transaction that is used in cases where reads ignore uncommitted data, including those created by the current transaction.
Definition at line 91 of file CmdInterpreter.h.
Referenced by Java_net_sf_farrago_fennel_FennelStorage_tupleStreamGraphOpen(), and CmdInterpreter::visit().