YAZ  5.34.0
Data Fields
yaz_retrieval_elem Struct Reference

information per 'retrieval' construct More...

Data Fields

const char * identifier
 schema identifier More...
 
const char * name
 schema name , short-hand such as "dc" More...
 
Odr_oidsyntax
 record syntax More...
 
const char * split
 split name for some separator More...
 
const char * backend_name
 backend name More...
 
Odr_oidbackend_syntax
 backend syntax More...
 
yaz_record_conv_t record_conv
 record conversion More...
 
struct yaz_retrieval_elemnext
 next element in list More...
 

Detailed Description

information per 'retrieval' construct

Definition at line 51 of file retrieval.c.

Field Documentation

◆ backend_name

const char* yaz_retrieval_elem::backend_name

backend name

Definition at line 62 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().

◆ backend_syntax

Odr_oid* yaz_retrieval_elem::backend_syntax

backend syntax

Definition at line 64 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().

◆ identifier

const char* yaz_retrieval_elem::identifier

schema identifier

Definition at line 53 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().

◆ name

const char* yaz_retrieval_elem::name

schema name , short-hand such as "dc"

Definition at line 55 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().

◆ next

struct yaz_retrieval_elem* yaz_retrieval_elem::next

next element in list

Definition at line 70 of file retrieval.c.

Referenced by conf_retrieval(), yaz_retrieval_request(), and yaz_retrieval_reset().

◆ record_conv

yaz_record_conv_t yaz_retrieval_elem::record_conv

record conversion

Definition at line 67 of file retrieval.c.

Referenced by conf_retrieval(), yaz_retrieval_request(), and yaz_retrieval_reset().

◆ split

const char* yaz_retrieval_elem::split

split name for some separator

Definition at line 59 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().

◆ syntax

Odr_oid* yaz_retrieval_elem::syntax

record syntax

Definition at line 57 of file retrieval.c.

Referenced by conf_retrieval(), and yaz_retrieval_request().


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