remove ODBC and DBgrid libraries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -686,28 +686,6 @@ from specifications stored in an XML format.
|
||||
\twocolitem{\helpref{wxToolTip}{wxtooltip}}{Class implementing tooltips}
|
||||
\end{twocollist}
|
||||
|
||||
{\large {\bf Database classes}}
|
||||
|
||||
\overview{Database classes overview}{odbcoverview}
|
||||
|
||||
wxWidgets provides a set of classes for accessing Microsoft's ODBC (Open Database Connectivity)
|
||||
product, donated by Remstar. This is known as wxODBC. Note that these classes are deprecated
|
||||
and will be removed from wxWidgets.
|
||||
|
||||
\twocolwidtha{6cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{\helpref{wxDb}{wxdb}}{ODBC database connection}
|
||||
\twocolitem{\helpref{wxDbTable}{wxdbtable}}{Provides access to a database table}
|
||||
\twocolitem{\helpref{wxDbInf}{wxdbinf}}{}
|
||||
\twocolitem{\helpref{wxDbTableInf}{wxdbtableinf}}{}
|
||||
\twocolitem{\helpref{wxDbColDef}{wxdbcoldef}}{}
|
||||
\twocolitem{\helpref{wxDbColInf}{wxdbcolinf}}{}
|
||||
\twocolitem{\helpref{wxDbColDataPtr}{wxdbcoldataptr}}{}
|
||||
\twocolitem{\helpref{wxDbColFor}{wxdbcolfor}}{}
|
||||
\twocolitem{\helpref{wxDbConnectInf}{wxdbconnectinf}}{}
|
||||
\twocolitem{\helpref{wxDbIdxDef}{wxdbidxdef}}{}
|
||||
\end{twocollist}
|
||||
|
||||
{\large {\bf Miscellaneous}}
|
||||
|
||||
\twocolwidtha{6cm}
|
||||
|
4276
docs/latex/wx/db.tex
4276
docs/latex/wx/db.tex
File diff suppressed because it is too large
Load Diff
@@ -117,10 +117,6 @@ contained in this library, as well as
|
||||
|
||||
Requires wxCore and wxBase.
|
||||
|
||||
{\large {\bf wxODBC}}
|
||||
|
||||
\helpref{Database classes}{odbcoverview}. Requires wxBase.
|
||||
|
||||
{\large {\bf wxQA}}
|
||||
|
||||
This is the library containing extra classes for quality assurance. Currently
|
||||
@@ -129,13 +125,6 @@ but more will be added to it in the future.
|
||||
|
||||
Requires wxXML, wxCore, wxBase.
|
||||
|
||||
{\large {\bf wxDbGrid}}
|
||||
|
||||
\helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines
|
||||
\helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}.
|
||||
|
||||
Requires wxODBC, wxAdvanced, wxCore, wxBase.
|
||||
|
||||
{\large {\bf wxXRC}}
|
||||
|
||||
This library contains \helpref{wxXmlResource}{wxxmlresource} class that
|
||||
|
@@ -1,29 +0,0 @@
|
||||
\section{\class{wxDbTable}}\label{wxDbTable}
|
||||
|
||||
A wxDbTable instance provides re-usable access to rows of data in
|
||||
a table contained within the associated ODBC data source
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/version.h>
|
||||
<wx/dbtable.h>
|
||||
<wx/db.h>
|
||||
|
||||
\wxheading{Data structures}
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxDbTable}{wxDbTable}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxDbTable::wxDbTable}\label{wxDbTableconstr}
|
||||
|
||||
\func{}{wxDbTable}{\void}
|
||||
|
||||
Default constructor.
|
||||
|
||||
|
||||
NOTE THAT THIS SECTION IS NOT COMPLETED YET
|
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,6 @@ This chapter contains a selection of topic overviews.
|
||||
\helpref{Syntax of the built-in regular expression library}{wxresyn}\\
|
||||
\helpref{Archive formats such as zip}{wxarc}\\
|
||||
\helpref{Interprocess communication}{ipcoverview}\\
|
||||
\helpref{ODBC Database classes}{odbcoverview}
|
||||
|
||||
{\large {\bf Drawing related classes}}
|
||||
|
||||
|
@@ -118,13 +118,6 @@ The various controls tested are listed here:
|
||||
\end{twocollist}
|
||||
|
||||
|
||||
\subsection{Database sample}\label{sampledb}
|
||||
|
||||
The database sample is a small test program showing how to use the ODBC
|
||||
classes written by Remstar Intl. Obviously, this sample requires a
|
||||
database with ODBC support to be correctly installed on your system.
|
||||
|
||||
|
||||
\subsection{DebugRpt sample}\label{sampledebugrpt}
|
||||
|
||||
This sample shows how to use \helpref{wxDebugReport}{wxdebugreport} class to
|
||||
|
@@ -162,15 +162,15 @@ Construction from an array of strings. This constructor copies {\it value} and
|
||||
|
||||
\func{}{wxVariant}{\param{DATE\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}}
|
||||
|
||||
Construction from a odbc date value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
Construction from a ODBC date value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
|
||||
\func{}{wxVariant}{\param{TIME\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}}
|
||||
|
||||
Construction from a odbc time value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
Construction from a ODBC time value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
|
||||
\func{}{wxVariant}{\param{TIMESTAMP\_STRUCT*}{ val}, \param{const wxString\& }{name = ``"}}
|
||||
|
||||
Construction from a odbc timestamp value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
Construction from a ODBC timestamp value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
|
||||
|
||||
\membersection{wxVariant::\destruct{wxVariant}}\label{wxvariantdtor}
|
||||
|
||||
|
@@ -137,7 +137,6 @@ using \texttt{#if} and not \texttt{#ifdef}.
|
||||
\twocolitem{wxUSE\_NATIVE\_STATUSBAR}{Use native \helpref{wxStatusBar}{wxstatusbar} class.}
|
||||
\twocolitem{wxUSE\_NOTEBOOK}{Use \helpref{wxNotebook}{wxnotebook} and related classes.}
|
||||
\twocolitem{wxUSE\_NUMBERDLG}{Use wxNumberEntryDialog class.}
|
||||
\twocolitem{wxUSE\_ODBC}{Use ODBC classes.}
|
||||
\twocolitem{wxUSE\_ODCOMBOBOX}{Use \helpref{wxOwnerDrawnComboBox}{wxownerdrawncombobox} class.}
|
||||
\twocolitem{wxUSE\_ON\_FATAL\_EXCEPTION}{Catch signals in \helpref{wxApp::OnFatalException}{wxapponfatalexception} method.}
|
||||
\twocolitem{wxUSE\_OPENGL}{Please use wxUSE\_GLCANVAS to test for enabled OpenGL support instead.}
|
||||
|
Reference in New Issue
Block a user