InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
API for creating stored procedures. Pg objects also inherit from this class, because they perform the same types of transactional activities as a stored procedure. More...
Go to the source code of this file.
Functions | |
size_t | hash_value (uuRecord_s const &uur) |
bool | operator== (uuRecord_s const &uur1, uuRecord_s const &uur2) |
API for creating stored procedures. Pg objects also inherit from this class, because they perform the same types of transactional activities as a stored procedure.
Definition in file api.cc.
size_t hash_value | ( | uuRecord_s const & | uur) |
Definition at line 841 of file api.cc.
References uuRecord_s::engineid, uuRecord_s::rowid, and uuRecord_s::tableid.
bool operator== | ( | uuRecord_s const & | uur1, |
uuRecord_s const & | uur2 | ||
) |
Definition at line 851 of file api.cc.
References uuRecord_s::engineid, uuRecord_s::rowid, and uuRecord_s::tableid.