.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDbColFor 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDbColFor \- .SH DESCRIPTION Beginning support for handling international formatting specifically on dates and floats. wxString s_Field; // Formated String for Output wxString s_Format[7]; // Formated Objects - TIMESTAMP has the biggest (7) wxString s_Amount[7]; // Formated Objects - amount of things that can be formatted int i_Amount[7]; // Formated Objects - TT MM YYYY HH MM SS m int i_Nation; // 0 = timestamp 1 = EU 2 = UK 3 = International 4 = US int i_dbDataType; // conversion of the 'sqlDataType' to the generic data type used by these classes SWORD i_sqlDataType; The constructor for this class initializes all the values to zero or NULL. The destructor does nothing at this time. Only one function is provided with this class currently. See the database classes overview for an introduction to using the ODBC classes. .SH "PARENTS" .SH "INCLUDE FILES" wx/db.h .SH MEMBERS .SS int Format (int Nationint dbDataTypeSWORD sqlDataTypeshort columnSizeshort decimalDigits) Work in progress, and should be inter-related with wxLocale eventually. .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.