#include <ISISDB.h>
|  | 
| static std::list< sqlite3 * > | db_list | 
|  | 
| static const char * | db_file = "c:\\data\\selog.sq3" | 
|  | 
Definition at line 20 of file ISISDB.h.
 
      
        
          | ISISDB::ISISDB | ( | bool | integrity_check | ) |  | 
      
 
 
      
        
          | int ISISDB::closeDatabase | ( |  | ) |  | 
      
 
 
  
  | 
        
          | int ISISDB::exec | ( | const char * | sql, |  
          |  |  | int(*)(void *, int, char **, char **) | callback, |  
          |  |  | void * | arg |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | ISISDB::operator sqlite3 * | ( |  | ) |  |  | inline | 
 
 
      
        
          | const char * ISISDB::version | ( |  | ) |  | 
      
 
 
  
  | 
        
          | const char * ISISDB::db_file = "c:\\data\\selog.sq3" |  | staticprivate | 
 
 
  
  | 
        
          | std::list< sqlite3 * > ISISDB::db_list |  | staticprivate | 
 
 
The documentation for this class was generated from the following files:
- /isis2/instcontrol_temp/ICP/selogger/ISISDB.h
- /isis2/instcontrol_temp/ICP/selogger/ISISDB.cpp