| 1 | \section{\class{wxDbTable}}\label{wxDbTable} |
| 2 | |
| 3 | A wxDbTable instance provides re-usable access to rows of data in |
| 4 | a table contained within the associated ODBC data source |
| 5 | |
| 6 | \wxheading{Include files} |
| 7 | |
| 8 | <wx/version.h> |
| 9 | <wx/dbtable.h> |
| 10 | <wx/db.h> |
| 11 | |
| 12 | \wxheading{Data structures} |
| 13 | |
| 14 | \wxheading{Remarks} |
| 15 | |
| 16 | \wxheading{See also} |
| 17 | |
| 18 | \helpref{wxDbTable}{wxDbTable} |
| 19 | |
| 20 | \latexignore{\rtfignore{\wxheading{Members}}} |
| 21 | |
| 22 | \membersection{wxDbTable::wxDbTable}\label{wxDbTableconstr} |
| 23 | |
| 24 | \func{}{wxDbTable}{\void} |
| 25 | |
| 26 | Default constructor. |
| 27 | |
| 28 | |
| 29 | NOTE THAT THIS SECTION IS NOT COMPLETED YET |