![]() ![]() ![]() ![]() wxdbtableinf
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. include files <wx/db.h> members
wxdbtableinf::initializesimply initializes all member variables to a cleared state. called by the constructor automatically.
|