32 #ifndef GUARD_SQLITE_RESULT_HPP_INCLUDED
33 #define GUARD_SQLITE_RESULT_HPP_INCLUDED
35 #include <boost/noncopyable.hpp>
36 #include <boost/cstdint.hpp>
37 #include <boost/shared_ptr.hpp>
43 struct result_construct_params_private;
111 void get_binary(
int idx,
void * buf,
size_t buf_size);
118 void get_binary(
int idx, std::vector<unsigned char> & vec);
136 #endif //GUARD_SQLITE_RESULT_HPP_INCLUDED