#include <sqlite_functions.h>
Data Fields | |
StringList * | fieldList |
StringList that holds returned fields. | |
StringList * | resultList |
StringList that holds returned results. | |
int | colCount |
Column count. Value 0 usually implied that no matched results. | |
int | execResult |
sqlite3_exec result code. Initial value is -1, which means the result is not ready. | |
char * | errMsg |
Eroor messages from sqlite3_exec(). |
Name | Weight |
---|---|
Mary | 50 |
John | 70 |
Sumo | 120 |
Where result[X] is a short expression of stringList_index(resultList,x)
.
sqlite_result_free().