All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
src/include/aerospike/aerospike_query.h File Reference
#include <aerospike/aerospike.h>
#include <aerospike/as_error.h>
#include <aerospike/as_policy.h>
#include <aerospike/as_query.h>
#include <aerospike/as_status.h>
#include <aerospike/as_stream.h>
+ Include dependency graph for src/include/aerospike/aerospike_query.h:

Go to the source code of this file.

Typedefs

typedef bool(* aerospike_query_foreach_callback )(const as_val *val, void *udata)
 

Functions

as_status aerospike_query_foreach (aerospike *as, as_error *err, const as_policy_query *policy, const as_query *query, aerospike_query_foreach_callback callback, void *udata)