|
responseBody.append(firstRule ? "\n\t{\n" : ",{\n");
|
|
responseBody.append(firstRule ? "\n\t{\n" : ",{\n");
|
|
Utils::snprintf(json,sizeof(json),"\t\t\"ruleNo\": %lld,\n",sqlite3_column_int64(_sListRules,0));
|
|
Utils::snprintf(json,sizeof(json),"\t\t\"ruleNo\": %lld,\n",sqlite3_column_int64(_sListRules,0));
|
|
if (sqlite3_column_type(_sListRules,1) != SQLITE_NULL) {
|
|
if (sqlite3_column_type(_sListRules,1) != SQLITE_NULL) {
|