27
27
#include "drizzled/message/transaction.pb.h"
28
28
#include <google/protobuf/text_format.h>
32
31
#include <boost/shared_ptr.hpp>
37
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
37
39
void update(drizzled::message::Schema &arg);
38
40
void update(drizzled::message::Table &arg);
43
42
const std::string &type(drizzled::message::Table::Field::FieldType type);
44
43
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyOption type);
45
44
const std::string &type(bool type);
46
45
const std::string &type(drizzled::message::Table::Index::IndexType type);
47
46
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyMatchOption type);
51
49
std::ostream& operator<<(std::ostream& output, const message::Transaction &message);