X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=51da6e923f3742c3215b344bc8333865d4d8ada7;hb=1fb26db29805d4822763c205358f394725b0f02c;hp=9a8a910cd3db92b894c5bc2bfcc3b26662250140;hpb=c880dceeaeca4082b215a15eb48fd655cb7b62f7;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 9a8a910..51da6e9 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -20,7 +20,6 @@ ZOOM_options_set_int(opt, name, value) ZOOM_connection_scan1 (ZOOM_connection c, ZOOM_query startterm) ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) --> - ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -268,13 +267,18 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) operations. none + sru + SRU transport type. Must be either soap, + get or post. + soap + sru_version SRU/SRW version. Should be 1.1, or 1.2. This is , prior to connect, the version to offer (highest version). And following connect (in fact first operation), holds the negotiated version with the server (same or lower version). - 1.1 + 1.2 @@ -752,6 +756,12 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) const char *. + schema + The schema of the record is returned + as a C null-terminated string. Return type is + const char *. + + render The record is returned in a display friendly format. Upon completion buffer is returned @@ -1179,6 +1189,19 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) none + recordOpaque + Specifies an opaque record which is + encoded as an ASN.1 ANY type with the OID as tiven by option + syntax (see below). + Option recordOpaque is an alternative + to record - and record option (above) is + ignored if recordOpaque is set. This option is only available in + YAZ 3.0.35 and later and is meant to facilitate Updates with + servers from OCLC. + + none + + syntax The record syntax (transfer syntax). Is a string that is a known record syntax.