Go to the source code of this file.
Functions | |
int | cmtkSQLiteQueryCallback (void *pTable, int ncols, char **rowdata, char **) |
Callback for SQLite: add rows to results table. |
int cmtkSQLiteQueryCallback | ( | void * | pTable, |
int | ncols, | ||
char ** | rowdata, | ||
char ** | |||
) |
Callback for SQLite: add rows to results table.
Definition at line 80 of file cmtkSQLite.cxx.
Referenced by cmtk::SQLite::Query().