YAZ  5.34.0
Data Fields
bend_present_rr Struct Reference

Information for present handler. Does not replace bend_fetch. More...

#include <backend.h>

Data Fields

char * setname
 
int start
 
int number
 
Odr_oidformat
 
Z_ReferenceIdreferenceId
 
Z_RecordCompositioncomp
 
ODR stream
 
ODR print
 
bend_association association
 
int errcode
 
char * errstring
 

Detailed Description

Information for present handler. Does not replace bend_fetch.

Definition at line 82 of file backend.h.

Field Documentation

◆ association

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().

◆ comp

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().

◆ errcode

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().

◆ errstring

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().

◆ format

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().

◆ number

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().

◆ print

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().

◆ referenceId

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().

◆ setname

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().

◆ start

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().

◆ stream

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().


The documentation for this struct was generated from the following file: