git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1335
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
short MaximumScale;
} SqlTypeInfo;
short MaximumScale;
} SqlTypeInfo;
+class WXDLLEXPORT CcolInf
{
public:
char tableName[DB_MAX_TABLE_NAME_LEN+1];
{
public:
char tableName[DB_MAX_TABLE_NAME_LEN+1];
// source, exchange data between the data source and the C++
// object, and so on.
// source, exchange data between the data source and the C++
// object, and so on.
+class WXDLLEXPORT CcolDef
{
public:
char ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name glt 4/19/97 added one for the null terminator
{
public:
char ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name glt 4/19/97 added one for the null terminator
}; // CcolDef
// This structure is used when creating secondary indexes.
}; // CcolDef
// This structure is used when creating secondary indexes.
+class WXDLLEXPORT CidxDef
{
public:
char ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name glt 4/19/97 added one for the null terminator
bool Ascending;
}; // CidxDef
{
public:
char ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name glt 4/19/97 added one for the null terminator
bool Ascending;
}; // CidxDef
+class WXDLLEXPORT wxTable