Ignore:
Timestamp:
2008-05-20T16:19:54+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Partly implemented the sqliteclass::getinfo() function, requiring the sqlgetarray() function to be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/sqliteclass.h

    r15601 r15602  
    6565  sqlite3* sqlitefile;
    6666
    67   bool sqlexec(const text_t &sql_cmd, bool logerrors);
     67  bool sqlgetarray(const text_t &sql_cmd, vector<text_tmap> &sql_results);
     68  bool sqlexec(const text_t &sql_cmd);
    6869};
    6970
Note: See TracChangeset for help on using the changeset viewer.