X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=09be3d9f3b8422f5ede76d85e8b9109d13fabd88;hb=78786494a1fd16e59db481444e042737cabd5cd1;hp=3bd7080e2b6c87ec5b94e8ae7c8b7488d9f4ff7b;hpb=c20830c3e36706390cc7a15c2a3a4ffa071dc36a;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 3bd7080..09be3d9 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -3,6 +3,8 @@ ZOOM_connection_errcode(c) ZOOM_connection_errmsg(c) ZOOM_connection_addinfo(c) +ZOOM_connection_addinfo(c) +ZOOM_connection_diagset(c); ZOOM_diag_str(error) ZOOM_resultset_record_immediate(s, pos) ZOOM_resultset_cache_reset(r) @@ -15,8 +17,10 @@ ZOOM_options_setl(opt, name, value, len) ZOOM_options_get_bool(opt, name, defa) ZOOM_options_get_int(opt, name, defa) 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 @@ -107,6 +111,17 @@ ZOOM_options_set_int(opt, name, value) The scheme http selects SRW over HTTP. + You can prefix the scheme-qualified host-string with one or more + comma-separated + key=value + sequences, each of which represents an option to be set into the + connection structure before the + protocol-level connection is forged and the initialisation + handshake takes place. This facility can be used to provide + authentication credentials, as in host-strings such as: + user=admin,password=halfAm4n,tcp:localhost:8017/db + + Connection objects should be destroyed using the function ZOOM_connection_destroy.