Public Member Functions |
| | Backend () |
| | ~Backend () |
| void | connect (std::string zurl, int *error, char **addinfo, ODR odr) |
| void | search (ZOOM_query q, Odr_int *hits, int *error, char **addinfo, ODR odr) |
| void | present (Odr_int start, Odr_int number, ZOOM_record *recs, int *error, char **addinfo, ODR odr) |
| void | set_option (const char *name, const char *value) |
| void | set_option (const char *name, std::string value) |
| const char * | get_option (const char *name) |
| void | get_zoom_error (int *error, char **addinfo, ODR odr) |
Detailed Description
Definition at line 89 of file filter_zoom.cpp.
Constructor & Destructor Documentation
| metaproxy_1::filter::Zoom::Backend::Backend |
( |
| ) |
|
| metaproxy_1::filter::Zoom::Backend::~Backend |
( |
| ) |
|
Member Function Documentation
| void metaproxy_1::filter::Zoom::Backend::connect |
( |
std::string |
zurl, |
|
|
int * |
error, |
|
|
char ** |
addinfo, |
|
|
ODR |
odr |
|
) |
| |
| const char* metaproxy_1::filter::Zoom::Backend::get_option |
( |
const char * |
name | ) |
|
| void metaproxy_1::filter::Zoom::Backend::get_zoom_error |
( |
int * |
error, |
|
|
char ** |
addinfo, |
|
|
ODR |
odr |
|
) |
| |
| void metaproxy_1::filter::Zoom::Backend::present |
( |
Odr_int |
start, |
|
|
Odr_int |
number, |
|
|
ZOOM_record * |
recs, |
|
|
int * |
error, |
|
|
char ** |
addinfo, |
|
|
ODR |
odr |
|
) |
| |
| void metaproxy_1::filter::Zoom::Backend::search |
( |
ZOOM_query |
q, |
|
|
Odr_int * |
hits, |
|
|
int * |
error, |
|
|
char ** |
addinfo, |
|
|
ODR |
odr |
|
) |
| |
| void metaproxy_1::filter::Zoom::Backend::set_option |
( |
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
| void metaproxy_1::filter::Zoom::Backend::set_option |
( |
const char * |
name, |
|
|
std::string |
value |
|
) |
| |
Friends And Related Function Documentation
Member Data Documentation
| std::string metaproxy_1::filter::Zoom::Backend::cproxy_host |
|
private |
| cql_transform_t metaproxy_1::filter::Zoom::Backend::cqlt |
|
private |
| bool metaproxy_1::filter::Zoom::Backend::enable_cproxy |
|
private |
| bool metaproxy_1::filter::Zoom::Backend::enable_explain |
|
private |
| xmlDoc* metaproxy_1::filter::Zoom::Backend::explain_doc |
|
private |
| mp::wrbuf metaproxy_1::filter::Zoom::Backend::m_apdu_wrbuf |
|
private |
| ZOOM_connection metaproxy_1::filter::Zoom::Backend::m_connection |
|
private |
| std::string metaproxy_1::filter::Zoom::Backend::m_frontend_database |
|
private |
| std::string metaproxy_1::filter::Zoom::Backend::m_proxy |
|
private |
| ZOOM_resultset metaproxy_1::filter::Zoom::Backend::m_resultset |
|
private |
| xsltStylesheetPtr metaproxy_1::filter::Zoom::Backend::xsp |
|
private |
| std::string metaproxy_1::filter::Zoom::Backend::zurl |
|
private |
The documentation for this class was generated from the following file: