Reformatted source to normalize spacing/indentation - no code changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -305,6 +305,7 @@ public:
|
|||||||
int FkCol; // Foreign key column 0=No; 1= First Key, 2 = Second Key etc.
|
int FkCol; // Foreign key column 0=No; 1= First Key, 2 = Second Key etc.
|
||||||
char FkTableName[DB_MAX_TABLE_NAME_LEN+1]; // Foreign key table name
|
char FkTableName[DB_MAX_TABLE_NAME_LEN+1]; // Foreign key table name
|
||||||
wxDbColFor *pColFor; // How should this columns be formatted
|
wxDbColFor *pColFor; // How should this columns be formatted
|
||||||
|
|
||||||
wxDbColInf();
|
wxDbColInf();
|
||||||
~wxDbColInf();
|
~wxDbColInf();
|
||||||
};
|
};
|
||||||
@@ -332,6 +333,7 @@ public:
|
|||||||
char schema[128+1];
|
char schema[128+1];
|
||||||
int numTables; // How many tables does this database have
|
int numTables; // How many tables does this database have
|
||||||
wxDbTableInf *pTableInf; // pTableInf = new wxDbTableInf[numTables];
|
wxDbTableInf *pTableInf; // pTableInf = new wxDbTableInf[numTables];
|
||||||
|
|
||||||
wxDbInf();
|
wxDbInf();
|
||||||
~wxDbInf();
|
~wxDbInf();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user