Drizzled Public API Documentation

transaction_log_entry.cc File Reference

#include <config.h>
#include "transaction_log_entry.h"
#include <drizzled/message/transaction.pb.h>
#include <string>
#include <map>

Go to the source code of this file.

Variables

static const char * entry_type_names []

Detailed Description

Defines the implementation of a transaction log entry POD class

Definition in file transaction_log_entry.cc.


Variable Documentation

const char* entry_type_names[] [static]
Initial value:
 
{
  "UNKNOWN",
  "TRANSACTION",
  "RAW BLOB"
}

Definition at line 43 of file transaction_log_entry.cc.