X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;fp=doc%2Fzoom.xml;h=e61a14e47a166dda0b8e410c44778ec37408a00a;hb=b44f9237a703f1f88f0d2768e3e358110751bb5f;hp=7ae1c3b332f74952c46de08efb744ae719997d89;hpb=18121c0f9e62e59ddf42d295d4e0a9772b06af77;p=yazpp-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 7ae1c3b..e61a14e 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -56,7 +56,7 @@ implementation of the C binding. For information on the supported options and other such details, see the ZOOM-C documentation, which can be found on-line at - + All of the classes defined by ZOOM-C++ are in the @@ -157,7 +157,7 @@ - The Connections section of the ZOOM-C documentation @@ -187,7 +187,7 @@ This class enables a query to be created by compiling YAZ's cryptic but powerful - Prefix Query Notation (PQN). @@ -204,7 +204,7 @@ This class enables a query to be created using the simpler but less expressive - Common Command Language (CCL). The qualifiers recognised by the CCL parser are specified in an external configuration file in the format described by the YAZ @@ -257,7 +257,7 @@ - The Queries section of the ZOOM-C documentation @@ -339,7 +339,7 @@ - The Result Sets section of the ZOOM-C documentation @@ -423,7 +423,7 @@ Memory Management - The record obejcts returned from + The record objects returned from resultSet::getRecord() are ``owned'' by the result set object: that means that the application is not responsible for deleteing them - each @@ -469,7 +469,7 @@ - The Records section of the ZOOM-C documentation @@ -667,7 +667,7 @@ exception class and its subclasses. The closest thing is the ZOOM_connection_error function described in - The Connections section of the documentation.