STLdb

PrevUpHomeNext

Type definition transaction_id_t

transaction_id_t

Synopsis

// In header: </Users/bobw/workspaces/STLdb/stldb_lib/stldb/cachetypes.h>


typedef int64_t transaction_id_t;

Description

A transaction is given a unique ID number representing the transaction.

transaction_ids are typically used to mark rows which have been locked by a transaction, and thereby to identify the lock owner.


PrevUpHomeNext