- <TABLE border=1><B><TBODY><TR>
- <TR><TH bgcolor=#FFFFAA><B><A HREF="#WXCOLINF">wxColInf</A></B></FONT></TH></TR>
- </TBODY></TABLE>
- <TABLE border=1><B><TBODY><TR>
- <TR><TH bgcolor=#FFFFE0>
- <B>This Class stores all ODBC-Information about a Column :<HR>
- Catalog Entry (<I><FONT color=#FF0000>char catalog[128+1]</I></FONT>),<BR>
- Schema (<I><FONT color=#FF0000>char schema[128+1]</I></FONT>)<BR>
- Table-Name (<I><FONT color=#FF0000>char tableName[DB_MAX_TABLE_NAME_LEN+1]</I></FONT>),<BR>
- Column-Name (<I><FONT color=#FF0000>char colName[DB_MAX_COLUMN_NAME_LEN+1]</I></FONT>),<BR>
- Datatype (from SQL) (<I><FONT color=#FF0000>SWORD sqlDataType</I></FONT>),<BR>
- Data-Name(from SQL) (<I><FONT color=#FF0000>char typeName[128+1]</I></FONT>),<BR>
- Column size(from SQL) (<I><FONT color=#FF0000>SWORD columnSize</I></FONT>),<BR>
- Buffer length(from SQL) (<I><FONT color=#FF0000>SWORD bufferLength</I></FONT>),<BR>
- Decimal digits(from SQL) (<I><FONT color=#FF0000>short decimalDigits</I></FONT>),<BR>
- numPrecRadix (from SQL) (<I><FONT color=#FF0000>short numPrecRadix</I></FONT>),<BR>
- Nullable (from SQL) (<I><FONT color=#FF0000>short nullable</I></FONT>),<BR>
- Remarks (<I><FONT color=#FF0000>char remarks[254+1]</I></FONT>),<BR>
- Datatype (from wxDB) (<I><FONT color=#FF0000>int dbDataType</I></FONT>),<BR>
- Primary-Key (<I><FONT color=#FF0000>int PkCol</I></FONT>) 0=No; 1= First Key, 2 = Second Key etc.,<BR>
- Tables that use this Key as a Foreign Key(<I><FONT color=#FF0000>char PkTableName[DB_MAX_TABLE_NAME_LEN+1]</I></FONT>),<BR>
- Foreign-Key (<I><FONT color=#FF0000>int FkCol</I></FONT>) 0=No; 1= First Key, 2 = Second Key etc.,<BR>
- Table-Name where this Foreign-Key is Primary Key(<I><FONT color=#FF0000>char FkTableName[DB_MAX_TABLE_NAME_LEN+1]</I></FONT>),<BR>
- and a Pointer (<I><A HREF="#WXCOLFOR">wxColFor*</A><FONT color=#FF0000> pColFor</FONT></I>) Structure is stored.
- </B></FONT></TH></TR>
- </TBODY></TABLE>
+ <TABLE BORDER=1><TBODY><TR>
+ <TH BGCOLOR=#FFFFAA><B><A HREF="#WXCOLINF">wxColInf</A></B></TH>
+ </TR></TBODY></TABLE>
+ <TABLE BORDER=1><TBODY><TR>
+ <TH BGCOLOR=#FFFFE0>
+ <B>This Class stores all ODBC-Information about a Column :<HR>
+ Catalog Entry (<I><FONT color=#FF0000>char catalog[128+1]</I>),<BR>
+ Schema (<I><FONT color=#FF0000>char schema[128+1]</I>)<BR>
+ Table-Name (<I><FONT color=#FF0000>char tableName[DB_MAX_TABLE_NAME_LEN+1]</I>),<BR>
+ Column-Name (<I><FONT color=#FF0000>char colName[DB_MAX_COLUMN_NAME_LEN+1]</I>),<BR>
+ Datatype (from SQL) (<I><FONT color=#FF0000>SWORD sqlDataType</I>),<BR>
+ Data-Name(from SQL) (<I><FONT color=#FF0000>char typeName[128+1]</I>),<BR>
+ Column size(from SQL) (<I><FONT color=#FF0000>SWORD columnSize</I>),<BR>
+ Buffer length(from SQL) (<I><FONT color=#FF0000>SWORD bufferLength</I>),<BR>
+ Decimal digits(from SQL) (<I><FONT color=#FF0000>short decimalDigits</I>),<BR>
+ numPrecRadix (from SQL) (<I><FONT color=#FF0000>short numPrecRadix</I>),<BR>
+ Nullable (from SQL) (<I><FONT color=#FF0000>short nullable</I>),<BR>
+ Remarks (<I><FONT color=#FF0000>char remarks[254+1]</I>),<BR>
+ Datatype (from wxDB) (<I><FONT color=#FF0000>int dbDataType</I>),<BR>
+ Primary-Key (<I><FONT color=#FF0000>int PkCol</I>) 0=No; 1= First Key, 2 = Second Key etc.,<BR>
+ Tables that use this Key as a Foreign Key(<I><FONT color=#FF0000>char PkTableName[DB_MAX_TABLE_NAME_LEN+1]</I>),<BR>
+ Foreign-Key (<I><FONT color=#FF0000>int FkCol</I>) 0=No; 1= First Key, 2 = Second Key etc.,<BR>
+ Table-Name where this Foreign-Key is Primary Key(<I><FONT color=#FF0000>char FkTableName[DB_MAX_TABLE_NAME_LEN+1]</I>),<BR>
+ and a Pointer (<I><A HREF="#WXCOLFOR">wxColFor*</A><FONT color=#FF0000> pColFor</I>) Structure is stored.
+ </B></TH>
+ </TR></TBODY></TABLE>