29 #ifndef INFINISQLSCHEMA_H
30 #define INFINISQLSCHEMA_H
45 Schema(int64_t domainidarg);
74 boost::unordered_map< int64_t, class Table *>
tables;
77 boost::unordered_map< int64_t, boost::unordered_map<std::string, int64_t> >
86 template <
typename T >
98 class Schema *sptr =
new class Schema(msgref.userschemaStruct.domainid);
99 servent->domainidsToSchemata[msgref.userschemaStruct.
domainid] = sptr;