List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 17 2006 3:49pm
Subject:svn commit - mysqldoc@docsrva: r1616 - trunk/refman-5.0
View as plain text  
Author: mcbrown
Date: 2006-03-17 16:49:17 +0100 (Fri, 17 Mar 2006)
New Revision: 1616

Log:
Updated function tabvles for function names to point to the later detailed description of the function. (WL #3202) 

Removed reference to mysql_charset_name() (not in 5.0) from table - detailed description not included. 



Modified:
   trunk/refman-5.0/apis.xml

Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml	2006-03-17 15:43:52 UTC (rev 1615)
+++ trunk/refman-5.0/apis.xml	2006-03-17 15:49:17 UTC (rev 1616)
@@ -1388,289 +1388,285 @@
               <entry><emphasis role="bold">Description</emphasis></entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_affected_rows()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-affected-rows">mysql_affected_rows()</link></emphasis></entry>
               <entry>Returns the number of rows changed/deleted/inserted by the last
                 <literal>UPDATE</literal>, <literal>DELETE</literal>, or
                 <literal>INSERT</literal> query.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_autocommit()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-autocommit">mysql_autocommit()</link></emphasis></entry>
               <entry>Toggles autocommit mode on/off.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_change_user()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-change-user">mysql_change_user()</link></emphasis></entry>
               <entry>Changes user and database on an open connection.</entry>
             </row>
-            <row>
-              <entry><emphasis role="bold">mysql_charset_name()</emphasis></entry>
-              <entry>Returns the name of the default character set for the connection.</entry>
-            </row>
-            <row>
-              <entry><emphasis role="bold">mysql_close()</emphasis></entry>
+m            <row>
+              <entry><emphasis role="bold"><link linkend="mysql-close">mysql_close()</link></emphasis></entry>
               <entry>Closes a server connection.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_commit()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-commit">mysql_commit()</link></emphasis></entry>
               <entry>Commits the transaction.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_connect()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-connect">mysql_connect()</link></emphasis></entry>
               <entry>Connects to a MySQL server. This function is deprecated; use
                 <literal>mysql_real_connect()</literal> instead.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_create_db()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-create-db">mysql_create_db()</link></emphasis></entry>
               <entry>Creates a database. This function is deprecated; use the SQL statement
                 <literal>CREATE DATABASE</literal> instead.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_data_seek()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-data-seek">mysql_data_seek()</link></emphasis></entry>
               <entry>Seeks to an arbitrary row number in a query result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_debug()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-debug">mysql_debug()</link></emphasis></entry>
               <entry>Does a <literal>DBUG_PUSH</literal> with the given string.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_drop_db()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-drop-db">mysql_drop_db()</link></emphasis></entry>
               <entry>Drops a database. This function is deprecated; use the SQL statement
                 <literal>DROP DATABASE</literal> instead.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_dump_debug_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-dump-debug-info">mysql_dump_debug_info()</link></emphasis></entry>
               <entry>Makes the server write debug information to the log.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_eof()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-eof">mysql_eof()</link></emphasis></entry>
               <entry>Determines whether the last row of a result set has been read. This
                 function is deprecated; <literal>mysql_errno()</literal>
                 or <literal>mysql_error()</literal> may be used instead.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_errno()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-errno">mysql_errno()</link></emphasis></entry>
               <entry>Returns the error number for the most recently invoked MySQL function.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_error()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-error">mysql_error()</link></emphasis></entry>
               <entry>Returns the error message for the most recently invoked MySQL function.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_escape_string()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-escape-string">mysql_escape_string()</link></emphasis></entry>
               <entry>Escapes special characters in a string for use in an SQL statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_fetch_field()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-fetch-field">mysql_fetch_field()</link></emphasis></entry>
               <entry>Returns the type of the next table field.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_fetch_field_direct()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-fetch-field-direct">mysql_fetch_field_direct()</link></emphasis></entry>
               <entry>Returns the type of a table field, given a field number.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_fetch_fields()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-fetch-fields">mysql_fetch_fields()</link></emphasis></entry>
               <entry>Returns an array of all field structures.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_fetch_lengths()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-fetch-lengths">mysql_fetch_lengths()</link></emphasis></entry>
               <entry>Returns the lengths of all columns in the current row.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_fetch_row()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-fetch-row">mysql_fetch_row()</link></emphasis></entry>
               <entry>Fetches the next row from the result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_field_seek()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-field-seek">mysql_field_seek()</link></emphasis></entry>
               <entry>Puts the column cursor on a specified column.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_field_count()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-field-count">mysql_field_count()</link></emphasis></entry>
               <entry>Returns the number of result columns for the most recent statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_field_tell()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-field-tell">mysql_field_tell()</link></emphasis></entry>
               <entry>Returns the position of the field cursor used for the last
                 <literal>mysql_fetch_field()</literal>.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_free_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-free-result">mysql_free_result()</link></emphasis></entry>
               <entry>Frees memory used by a result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_client_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-client-info">mysql_get_client_info()</link></emphasis></entry>
               <entry>Returns client version information as a string.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_client_version()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-client-version">mysql_get_client_version()</link></emphasis></entry>
               <entry>Returns client version information as an integer.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_host_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-host-info">mysql_get_host_info()</link></emphasis></entry>
               <entry>Returns a string describing the connection.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_server_version()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-server-version">mysql_get_server_version()</link></emphasis></entry>
               <entry>Returns version number of server as an integer.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_proto_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-proto-info">mysql_get_proto_info()</link></emphasis></entry>
               <entry>Returns the protocol version used by the connection.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_get_server_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-get-server-info">mysql_get_server_info()</link></emphasis></entry>
               <entry>Returns the server version number.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_info()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-info">mysql_info()</link></emphasis></entry>
               <entry>Returns information about the most recently executed query.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_init()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-init">mysql_init()</link></emphasis></entry>
               <entry>Gets or initializes a <literal>MYSQL</literal> structure.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_insert_id()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-insert-id">mysql_insert_id()</link></emphasis></entry>
               <entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
                 by the previous query.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_kill()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-kill">mysql_kill()</link></emphasis></entry>
               <entry>Kills a given thread.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_library_end()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-library-end">mysql_library_end()</link></emphasis></entry>
               <entry>Finalize MySQL C API library.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_library_init()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-library-init">mysql_library_init()</link></emphasis></entry>
               <entry>Initialize MySQL C API library.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_list_dbs()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-list-dbs">mysql_list_dbs()</link></emphasis></entry>
               <entry>Returns database names matching a simple regular expression.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_list_fields()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-list-fields">mysql_list_fields()</link></emphasis></entry>
               <entry>Returns field names matching a simple regular expression.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_list_processes()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-list-processes">mysql_list_processes()</link></emphasis></entry>
               <entry>Returns a list of the current server threads.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_list_tables()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-list-tables">mysql_list_tables()</link></emphasis></entry>
               <entry>Returns table names matching a simple regular expression.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_more_results()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-more-results">mysql_more_results()</link></emphasis></entry>
               <entry>Checks whether any more results exist.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_next_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-next-result">mysql_next_result()</link></emphasis></entry>
               <entry>Returns/initiates the next result in multiple-statement executions.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_num_fields()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-num-fields">mysql_num_fields()</link></emphasis></entry>
               <entry>Returns the number of columns in a result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_num_rows()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-num-rows">mysql_num_rows()</link></emphasis></entry>
               <entry>Returns the number of rows in a result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_options()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-options">mysql_options()</link></emphasis></entry>
               <entry>Sets connect options for <literal>mysql_connect()</literal>.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_ping()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-ping">mysql_ping()</link></emphasis></entry>
               <entry>Checks whether the connection to the server is working, reconnecting as
                 necessary.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_query()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-query">mysql_query()</link></emphasis></entry>
               <entry>Executes an SQL query specified as a null-terminated string.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_real_connect()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-real-connect">mysql_real_connect()</link></emphasis></entry>
               <entry>Connects to a MySQL server.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_real_escape_string()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-real-escape-string">mysql_real_escape_string()</link></emphasis></entry>
               <entry>Escapes special characters in a string for use in an SQL statement,
                 taking into account the current character set of the
                 connection.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_real_query()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-real-query">mysql_real_query()</link></emphasis></entry>
               <entry>Executes an SQL query specified as a counted string.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_refresh()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-refresh">mysql_refresh()</link></emphasis></entry>
               <entry>Flush or reset tables and caches.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_reload()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-reload">mysql_reload()</link></emphasis></entry>
               <entry>Tells the server to reload the grant tables.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_rollback()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-rollback">mysql_rollback()</link></emphasis></entry>
               <entry>Rolls back the transaction.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_row_seek()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-row-seek">mysql_row_seek()</link></emphasis></entry>
               <entry>Seeks to a row offset in a result set, using value returned from
                 <literal>mysql_row_tell()</literal>.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_row_tell()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-row-tell">mysql_row_tell()</link></emphasis></entry>
               <entry>Returns the row cursor position.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_select_db()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-select-db">mysql_select_db()</link></emphasis></entry>
               <entry>Selects a database.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_server_end()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-server-end">mysql_server_end()</link></emphasis></entry>
               <entry>Finalize embedded server library.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_server_init()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-server-init">mysql_server_init()</link></emphasis></entry>
               <entry>Initialize embedded server library.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_set_server_option()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-set-server-option">mysql_set_server_option()</link></emphasis></entry>
               <entry>Sets an option for the connection (like
                 <literal>multi-statements</literal>).</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_sqlstate()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-sqlstate">mysql_sqlstate()</link></emphasis></entry>
               <entry>Returns the SQLSTATE error code for the last error.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_shutdown()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-shutdown">mysql_shutdown()</link></emphasis></entry>
               <entry>Shuts down the database server.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stat()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stat">mysql_stat()</link></emphasis></entry>
               <entry>Returns the server status as a string.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_store_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-store-result">mysql_store_result()</link></emphasis></entry>
               <entry>Retrieves a complete result set to the client.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_thread_id()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-thread-id">mysql_thread_id()</link></emphasis></entry>
               <entry>Returns the current thread ID.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_thread_safe()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-thread-safe">mysql_thread_safe()</link></emphasis></entry>
               <entry>Returns 1 if the clients are compiled as thread-safe.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_use_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-use-result">mysql_use_result()</link></emphasis></entry>
               <entry>Initiates a row-by-row result set retrieval.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_warning_count()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-warning-count">mysql_warning_count()</link></emphasis></entry>
               <entry>Returns the warning count for the previous SQL statement.</entry>
             </row>
           </tbody>
@@ -8616,89 +8612,89 @@
               <entry><emphasis role="bold">Description</emphasis></entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_affected_rows()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-affected-rows">mysql_stmt_affected_rows()</link></emphasis></entry>
               <entry>Returns the number of rows changes, deleted, or inserted by prepared
                 <literal>UPDATE</literal>, <literal>DELETE</literal>, or
                 <literal>INSERT</literal> statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_attr_get()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-attr-get">mysql_stmt_attr_get()</link></emphasis></entry>
               <entry>Get value of an attribute for a prepared statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_attr_set()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-attr-set">mysql_stmt_attr_set()</link></emphasis></entry>
               <entry>Sets an attribute for a prepared statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_bind_param()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-bind-param">mysql_stmt_bind_param()</link></emphasis></entry>
               <entry>Associates application data buffers with the parameter markers in a
                 prepared SQL statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_bind_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-bind-result">mysql_stmt_bind_result()</link></emphasis></entry>
               <entry>Associates application data buffers with columns in the result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_close()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-close">mysql_stmt_close()</link></emphasis></entry>
               <entry>Frees memory used by prepared statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_data_seek()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-data-seek">mysql_stmt_data_seek()</link></emphasis></entry>
               <entry>Seeks to an arbitrary row number in a statement result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_errno()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-errno">mysql_stmt_errno()</link></emphasis></entry>
               <entry>Returns the error number for the last statement execution.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_error()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-error">mysql_stmt_error()</link></emphasis></entry>
               <entry>Returns the error message for the last statement execution.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_execute()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-execute">mysql_stmt_execute()</link></emphasis></entry>
               <entry>Executes the prepared statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_fetch()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-fetch">mysql_stmt_fetch()</link></emphasis></entry>
               <entry>Fetches the next row of data from the result set and returns data for
                 all bound columns.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_fetch_column()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-fetch-column">mysql_stmt_fetch_column()</link></emphasis></entry>
               <entry>Fetch data for one column of the current row of the result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_field_count()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-field-count">mysql_stmt_field_count()</link></emphasis></entry>
               <entry>Returns the number of result columns for the most recent statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_free_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-free-result">mysql_stmt_free_result()</link></emphasis></entry>
               <entry>Free the resources allocated to the statement handle.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_init()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-init">mysql_stmt_init()</link></emphasis></entry>
               <entry>Allocates memory for <literal>MYSQL_STMT</literal> structure and
                 initializes it.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_insert_id()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-insert-id">mysql_stmt_insert_id()</link></emphasis></entry>
               <entry>Returns the ID generated for an <literal>AUTO_INCREMENT</literal> column
                 by prepared statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_num_rows()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-num-rows">mysql_stmt_num_rows()</link></emphasis></entry>
               <entry>Returns total rows from the statement buffered result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_param_count()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-param-count">mysql_stmt_param_count()</link></emphasis></entry>
               <entry>Returns the number of parameters in a prepared SQL statement.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_param_metadata()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
               <entry>Return parameter metadata in the form of a result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_prepare()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
               <entry>Prepares an SQL string for execution.
 
                 <remark role="todo">
@@ -8706,32 +8702,32 @@
                 </remark></entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_reset()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-reset">mysql_stmt_reset()</link></emphasis></entry>
               <entry>Reset the statement buffers in the server.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_result_metadata()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-result-metadata">mysql_stmt_result_metadata()</link></emphasis></entry>
               <entry>Returns prepared statement metadata in the form of a result set.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_row_seek()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-row-seek">mysql_stmt_row_seek()</link></emphasis></entry>
               <entry>Seeks to a row offset in a statement result set, using value returned
                 from <literal>mysql_stmt_row_tell()</literal>.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_row_tell()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-row-tell">mysql_stmt_row_tell()</link></emphasis></entry>
               <entry>Returns the statement row cursor position.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_send_long_data()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-send-long-data">mysql_stmt_send_long_data()</link></emphasis></entry>
               <entry>Sends long data in chunks to server.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_sqlstate()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-sqlstate">mysql_stmt_sqlstate()</link></emphasis></entry>
               <entry>Returns the SQLSTATE error code for the last statement execution.</entry>
             </row>
             <row>
-              <entry><emphasis role="bold">mysql_stmt_store_result()</emphasis></entry>
+              <entry><emphasis role="bold"><link linkend="mysql-stmt-store-result">mysql_stmt_store_result()</link></emphasis></entry>
               <entry>Retrieves the complete result set to the client.</entry>
             </row>
           </tbody>

Thread
svn commit - mysqldoc@docsrva: r1616 - trunk/refman-5.0mcbrown17 Mar