|
YAZ 5.35.1
|
Information for present handler. Does not replace bend_fetch. More...
#include <backend.h>
Data Fields | |
| char * | setname |
| int | start |
| int | number |
| Odr_oid * | format |
| Z_ReferenceId * | referenceId |
| Z_RecordComposition * | comp |
| ODR | stream |
| ODR | |
| bend_association | association |
| int | errcode |
| char * | errstring |
Information for present handler. Does not replace bend_fetch.
| bend_association bend_present_rr::association |
GFS association / session (input)
Definition at line 91 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| Z_RecordComposition* bend_present_rr::comp |
Formatting instructions (input)
Definition at line 88 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| int bend_present_rr::errcode |
Diagnostic code / 0 for no error (output)
Definition at line 93 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), srw_bend_search(), and ztest_present().
| char* bend_present_rr::errstring |
Additional info (output)
Definition at line 94 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), srw_bend_search(), and ztest_present().
| Odr_oid* bend_present_rr::format |
record syntax OID (input)
Definition at line 86 of file backend.h.
Referenced by process_presentRequest(), and response_searchRequest().
| int bend_present_rr::number |
number of records to fetch (input)
Definition at line 85 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| ODR bend_present_rr::print |
printing stream (input)
Definition at line 90 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| Z_ReferenceId* bend_present_rr::referenceId |
reference ID (input)
Definition at line 87 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| char* bend_present_rr::setname |
result set ID (input)
Definition at line 83 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), srw_bend_search(), and ztest_present().
| int bend_present_rr::start |
range start, starting from 1 (input)
Definition at line 84 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), and srw_bend_search().
| ODR bend_present_rr::stream |
encoding stream (input)
Definition at line 89 of file backend.h.
Referenced by process_presentRequest(), response_searchRequest(), srw_bend_search(), and ztest_present().