scc  2022.4.0
SystemC components library
scv_tr::SQLiteDB Class Reference

Classes

class  SQLiteException
 

Public Member Functions

void open (const string szFile)
 
bool isOpen ()
 
void close ()
 
int exec (const string szSQL)
 
sqlite3_stmt * prepare (const string szSQL)
 
int exec (const char *szSQL)
 
int exec (sqlite3_stmt *stmt)
 

Protected Member Functions

void checkDB ()
 

Detailed Description

Definition at line 37 of file scv_tr_sqlite.cpp.


The documentation for this class was generated from the following file: