~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

init_read_record_idx return result should be checked now that it checks startIndexScan result.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/message/transaction.pb.h"
28
28
#include <google/protobuf/text_format.h>
29
29
#endif
 
30
#include "drizzled/identifier.h"
30
31
 
31
32
#include <boost/shared_ptr.hpp>
32
33
 
39
40
void update(drizzled::message::Schema &arg);
40
41
void update(drizzled::message::Table &arg);
41
42
 
 
43
bool is_numeric(const drizzled::message::Table::Field &type);
 
44
 
 
45
const std::string &type(const drizzled::message::Table::Field &type);
42
46
const std::string &type(drizzled::message::Table::Field::FieldType type);
43
47
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyOption type);
44
48
const std::string &type(bool type);