Some doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,12 +6,10 @@ database connection allows function to be performed directly on the
|
||||
datasource, as well as allowing access to any tables/views defined in
|
||||
the datasource to which the user has sufficient privileges.
|
||||
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/db.h>
|
||||
|
||||
|
||||
\wxheading{Helper classes and data structures}
|
||||
|
||||
The following classes and structs are defined in db.cpp/.h for use with the wxDb class.
|
||||
@@ -23,13 +21,11 @@ The following classes and structs are defined in db.cpp/.h for use with the wxDb
|
||||
\item \helpref{wxDbInf}{wxdbinf}
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\wxheading{Constants}
|
||||
|
||||
NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'
|
||||
NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'.
|
||||
|
||||
\begin{verbatim}
|
||||
|
||||
wxDB_PATH_MAX Maximum path length allowed to be passed to
|
||||
the ODBC driver to indicate where the data
|
||||
file(s) are located.
|
||||
@@ -57,8 +53,8 @@ NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'
|
||||
data type
|
||||
\end{verbatim}
|
||||
|
||||
|
||||
\subsection{Enumerated types}\label{wxdbenumeratedtypes}
|
||||
|
||||
\wxheading{Enumerated types}
|
||||
|
||||
\docparam{enum {\bf wxDbSqlLogState}}{sqlLogOFF, sqlLogON}
|
||||
@@ -3970,8 +3966,8 @@ structure.
|
||||
|
||||
Eventually, accessor functions will be added for this class
|
||||
|
||||
|
||||
\membersection{wxDbTableInf::Initialize}\label{wxdbtableinfinitialize}
|
||||
|
||||
Simply initializes all member variables to a cleared state. Called by
|
||||
the constructor automatically.
|
||||
|
||||
|
@@ -49,3 +49,4 @@ output. Default is 720ppi.
|
||||
|
||||
Return resolution used in PostScript output. See
|
||||
\helpref{SetResolution}{wxpostscriptdcsetresolution}.
|
||||
|
||||
|
@@ -395,3 +395,4 @@ parameters and returns a tuple of values for x and y.}
|
||||
|
||||
\perlnote{In wxPerl this method takes no parameters and returns a
|
||||
2-element list {\tt ( x, y )}.}
|
||||
|
||||
|
@@ -270,3 +270,4 @@ variable fields.
|
||||
integers.}
|
||||
|
||||
\perlnote{In wxPerl this method takes as parameters the field widths.}
|
||||
|
||||
|
@@ -1075,8 +1075,7 @@ delete DbConnectInf;
|
||||
|
||||
\end{verbatim}
|
||||
|
||||
|
||||
\subsection{wxDatabase ODBC class overview [DEPRECATED]}\label{wxodbcoverview}
|
||||
\subsection{wxDatabase ODBC class overview [DEPRECATED]}\label{oldwxodbcoverview}
|
||||
|
||||
Classes: \helpref{wxDatabase}{wxdatabase}, \helpref{wxRecordSet}{wxrecordset}, \helpref{wxQueryCol}{wxquerycol},
|
||||
\rtfsp\helpref{wxQueryField}{wxqueryfield}
|
||||
|
@@ -32,7 +32,7 @@ No base class
|
||||
|
||||
\membersection{Constructors}
|
||||
|
||||
\helpref{wxTimeSpan()}{wxtimespandef}
|
||||
wxTimeSpan()\\
|
||||
\helpref{wxTimeSpan(hours, min, sec, msec)}{wxtimespan}
|
||||
|
||||
\membersection{Accessors}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[OPTIONS]
|
||||
BMROOT=n:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||
BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||
TITLE=wxWindows Manual
|
||||
CONTENTS=Contents
|
||||
COMPRESS=HIGH
|
||||
|
@@ -362,7 +362,7 @@ as possible to the C++ spec over time.
|
||||
\item \helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint}
|
||||
\item \helpref{wxInitDialogEvent}{wxinitdialogevent}
|
||||
\item \helpref{wxInputStream}{wxinputstream}
|
||||
\item \helpref{wxInternetFSHandler}{wxinternetfshandler}
|
||||
\item \helpref{wxInternetFSHandler}{fs}
|
||||
\item \helpref{wxJoystickEvent}{wxjoystickevent}
|
||||
\item wxJPEGHandler
|
||||
\item \helpref{wxKeyEvent}{wxkeyevent}
|
||||
@@ -461,7 +461,7 @@ as possible to the C++ spec over time.
|
||||
\item \helpref{wxValidator}{wxvalidator}
|
||||
\item \helpref{wxWindowDC}{wxwindowdc}
|
||||
\item \helpref{wxWindow}{wxwindow}
|
||||
\item \helpref{wxZipFSHandler}{wxzipfshandler}
|
||||
\item \helpref{wxZipFSHandler}{fs}
|
||||
\end{itemize}
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user