Changeset 4577 for trunk/MagicSoft/Mars/msql/MSQLServer.h
- Timestamp:
- 08/11/04 12:01:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msql/MSQLServer.h
r4514 r4577 28 28 Bool_t PrintError(const char *txt, const char *q) const; 29 29 30 void PrintLine(const TArrayI &max) const;31 void PrintTable(TSQLResult *res) const;32 30 TString GetFields() const; 33 31 … … 84 82 ~MSQLServer(); 85 83 84 static void PrintLine(const TArrayI &max); 85 static void PrintTable(TSQLResult &res); 86 86 87 const char *GetName() const; 87 88
Note:
See TracChangeset
for help on using the changeset viewer.