InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Schema class. Contains tables (fields (indices)). One schemata per domain. Corresponds to tablespace or database on other RDBMS platforms. More...
Go to the source code of this file.
Classes | |
class | Schema |
Schema object. More... | |
Functions | |
template<typename T > | |
void | createSchema (T servent) |
creates Schema object, in lieu of constructor More... | |
Schema class. Contains tables (fields (indices)). One schemata per domain. Corresponds to tablespace or database on other RDBMS platforms.
Definition in file Schema.h.
void createSchema | ( | T | servent) |
creates Schema object, in lieu of constructor
servent |
Definition at line 87 of file Schema.h.
References BUILTIN_STATUS_NOTOK, BUILTIN_STATUS_OK, Schema::domainid, MessageUserSchema::userschema_s::domainid, and MessageUserSchema::userschemaStruct.
Referenced by Engine::createschema(), UserSchemaMgr::createschema(), and TransactionAgent::TAcreateschema().