|
| QDB_API_LINKAGE qdb_error_t | qdb_int_put (qdb_handle_t handle, const char *alias, qdb_int_t integer, qdb_time_t expiry_time) |
| | Creates a new signed 64-bit integer. More...
|
| |
| QDB_API_LINKAGE qdb_error_t | qdb_int_update (qdb_handle_t handle, const char *alias, qdb_int_t integer, qdb_time_t expiry_time) |
| | Creates or updates a signed 64-bit integer. More...
|
| |
| QDB_API_LINKAGE qdb_error_t | qdb_int_get (qdb_handle_t handle, const char *alias, qdb_int_t *integer) |
| | Retrieves the value of a signed 64-bit integer. More...
|
| |
| QDB_API_LINKAGE qdb_error_t | qdb_int_add (qdb_handle_t handle, const char *alias, qdb_int_t addend, qdb_int_t *result) |
| | Atomically increases or decreases a signed 64-bit integer. More...
|
| |