.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDbTableInf 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDbTableInf \- .SH DESCRIPTION tableName[0] = 0; tableType[0] = 0; tableRemarks[0] = 0; numCols = 0; pColInf = NULL; Currently only used by wxDb::GetCatalog internally and wxDbInf class, but may be used in future releases for user functions. Contains information describing the table (Name, type, etc). A pointer to a wxDbColInf array instance is included so a program can create a wxDbColInf array instance (using wxDb::GetColumns ) to maintain all information about the columns of a table in one memory structure. Eventually, accessor functions will be added for this class See the database classes overview for an introduction to using the ODBC classes. .SH "PARENTS" .SH "INCLUDE FILES" wx/db.h .SH MEMBERS .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.