From 050f0844ebd463aa9b974dbc7f67fdf17544316e Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 10 Jan 2005 17:24:05 +0000 Subject: [PATCH] Fixed references to 'wxdbindexdef'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/category.tex | 2 +- docs/latex/wx/db.tex | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index 7f9dcbcab2..c315f37cc6 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -597,7 +597,7 @@ product, donated by Remstar. This is known as wxODBC. \twocolitem{\helpref{wxDbColDataPtr}{wxdbcoldataptr}}{} \twocolitem{\helpref{wxDbColFor}{wxdbcolfor}}{} \twocolitem{\helpref{wxDbConnectInf}{wxdbconnectinf}}{} -\twocolitem{\helpref{wxDbIdxDef}{wxdbidxdef}}{} +\twocolitem{\helpref{wxDbIndexDef}{wxdbindexdef}}{} \end{twocollist} {\large {\bf Miscellaneous}} diff --git a/docs/latex/wx/db.tex b/docs/latex/wx/db.tex index ca6ed4090a..5b0cfe84f0 100644 --- a/docs/latex/wx/db.tex +++ b/docs/latex/wx/db.tex @@ -1961,7 +1961,7 @@ Accessor function to set the user ID for this class instance. Accessor function to assign the user ID for this class instance. -\section{\class{wxDbIndexDef}}\label{wxdbIndexdef} +\section{\class{wxDbIndexDef}}\label{wxdbindexdef} Used in creation of non-primary indexes. Currently there are no member functions for this class. @@ -2032,7 +2032,7 @@ with the wxDbTable class. \begin{itemize}\itemsep=0pt \item \helpref{wxDbColDef}{wxdbcoldef} \item \helpref{wxDbColDataPtr}{wxdbcoldataptr} -\item \helpref{wxDbIndexDef}{wxdbIndexdef} +\item \helpref{wxDbIndexDef}{wxdbindexdef} \end{itemize} \wxheading{Constants} @@ -2434,7 +2434,7 @@ take advantage of those indexes. space of the datasource.} \docparam{unique}{Indicates if this index is unique.} \docparam{numIndexColumns}{Number of columns in the index.} -\docparam{pIndexDefs}{A pointer to an array wxDbIndexDef structures. } +\docparam{pIndexDefs}{A pointer to an array \helpref{wxDbIndexDef}{wxdbindexdef} structures. } \docparam{attemptDrop}{{\it OPTIONAL}. Indicates if the function should try to execute a \helpref{wxDbTable::DropIndex}{wxdbtabledropindex} on the index name provided before trying to create the index name. Default is true.} @@ -2456,9 +2456,9 @@ In the third parameter, specify how many columns are in your index. This number must match the number of columns defined in the 'pIndexDefs' parameter. The fourth parameter specifies which columns make up the index using the -wxDbIndexDef structure. For each column in the index, you must specify two +\helpref{wxDbIndexDef}{wxdbindexdef} structure. For each column in the index, you must specify two things, the column name and the sort order (ascending / descending). See -the example below to see how to build and pass in the wxDbIndexDef structure. +the example below to see how to build and pass in the \helpref{wxDbIndexDef}{wxdbindexdef} structure. The fifth parameter is provided to handle the differences in datasources as to whether they will automatically overwrite existing indexes with the same -- 2.45.2