Public Member Functions | |
| AddUpdateTable (zmm::String table, zmm::Ref< Dictionary > dict) | |
| zmm::String | getTable () |
| zmm::Ref< Dictionary > | getDict () |
Protected Attributes | |
| zmm::String | table |
| zmm::Ref< Dictionary > | dict |
Definition at line 187 of file sql_storage.h.
| SQLStorage::AddUpdateTable::AddUpdateTable | ( | zmm::String | table, | |
| zmm::Ref< Dictionary > | dict | |||
| ) | [inline] |
Definition at line 190 of file sql_storage.h.
| zmm::Ref<Dictionary> SQLStorage::AddUpdateTable::getDict | ( | ) | [inline] |
Definition at line 196 of file sql_storage.h.
References dict.
| zmm::String SQLStorage::AddUpdateTable::getTable | ( | ) | [inline] |
Definition at line 195 of file sql_storage.h.
References table.
zmm::Ref<Dictionary> SQLStorage::AddUpdateTable::dict [protected] |
Definition at line 199 of file sql_storage.h.
Referenced by getDict().
zmm::String SQLStorage::AddUpdateTable::table [protected] |
Definition at line 198 of file sql_storage.h.
Referenced by getTable().
1.6.1