|
YAZ 5.35.1
|
Information for scan entry. More...
#include <backend.h>
Data Fields | |
| char * | term |
| Odr_int | occurrences |
| int | errcode |
| char * | errstring |
| char * | display_term |
| char* scan_entry::display_term |
Definition at line 124 of file backend.h.
Referenced by process_scanRequest(), and srw_bend_scan().
| int scan_entry::errcode |
Bib-1 diagnostic; only when occur = -1 (output)
Definition at line 122 of file backend.h.
Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().
| char* scan_entry::errstring |
Additional string (output)
Definition at line 123 of file backend.h.
Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().
| Odr_int scan_entry::occurrences |
>=hits or -1 if error (output)
Definition at line 121 of file backend.h.
Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().
| char* scan_entry::term |
the returned scan term (output)
Definition at line 120 of file backend.h.
Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().