Update of /cvsroot/monetdb/clients/src/mapilib
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15307/src/mapilib

Modified Files:
        Mapi.mx 
Log Message:
propagated changes of Sunday Feb 03 2008 - Friday Feb 08 2008
from the Clients_1-22 branch to the development trunk


Index: Mapi.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapilib/Mapi.mx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Mapi.mx     28 Jan 2008 16:25:37 -0000      1.33
+++ Mapi.mx     8 Feb 2008 22:35:32 -0000       1.34
@@ -353,7 +353,7 @@
 function returns a query handle with which the results of the query
 can be retrieved.  The handle should be closed with
 @code{mapi_close_handle()}.  The command response is buffered for
-consumption, c.f. mapi\_fetch\_row().
+consumption, c.f. @code{mapi_fetch_row()}.
 
 @item MapiMsg mapi_query_handle(MapiHdl hdl, const char *Command)
 
@@ -399,7 +399,7 @@
 
 @item MapiMsg mapi_execute_array(MapiHdl hdl, char **argv)
 
-Similar to mapi\_execute but replacing the placeholders for the string
+Similar to @code{mapi_execute} but replacing the placeholders for the string
 values provided.
 
 @item MapiMsg mapi_finish(MapiHdl hdl)
@@ -473,7 +473,7 @@
 Reset the row pointer to the requested row number.  If whence is
 @code{MAPI_SEEK_SET} (0), rownr is the absolute row number (0 being the
 first row); if whence is @code{MAPI_SEEK_CUR} (1), rownr is relative to the
-current row; if whence is MAPI\_SEEK\_END (2), rownr is relative to
+current row; if whence is @code{MAPI_SEEK_END} (2), rownr is relative to
 the last row.
 
 @item MapiMsg mapi_fetch_reset(MapiHdl hdl)
@@ -486,13 +486,13 @@
 
 Return an array of string pointers to the individual fields.  A zero
 is returned upon encountering end of sequence or error. This can be
-analyzed in using mapi\_error().
+analyzed in using @code{mapi_error()}.
 
 @item char *mapi_fetch_field(MapiHdl hdl, int fnr)
 
 Return a pointer a C-string representation of the value returned.  A
 zero is returned upon encountering an error or when the database value
-is NULL; this can be analyzed in using mapi\_error().
+is NULL; this can be analyzed in using @code{mapi_error()}.
 
 @item MapiMsg mapi_next_result(MapiHdl hdl)
 
@@ -621,7 +621,7 @@
 
 @item char * mapi_quote(const char *str, int size)
 
-Escape special characters such as \n, \t in str with
+Escape special characters such as @code{\n}, @code{\t} in str with
 backslashes.  The returned value is a newly allocated string which
 should be freed by the caller.
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to