Searched refs:FUNCTION_CALL_TABLE (Results 1 – 1 of 1) sorted by relevance
54 #define FUNCTION_CALL_TABLE "'functionCalls'" macro377 "SELECT name FROM sqlite_master WHERE type='table' AND name="FUNCTION_CALL_TABLE" ", in ExecSQLLoggingThread()396 …rc = sqlite3_exec(dbHandle,"CREATE TABLE "FUNCTION_CALL_TABLE" (functionId_pk INTEGER PRIMARY KEY,… in ExecSQLLoggingThread()400 …eger NOT NULL, value TEXT, FOREIGN KEY (functionId_fk) REFERENCES "FUNCTION_CALL_TABLE" (functionI… in ExecSQLLoggingThread()466 …rc = sqlite3_prepare_v2(dbHandle, "INSERT INTO "FUNCTION_CALL_TABLE" ("FUNCTION_CALL_FRIENDLY_TEXT… in ExecSQLLoggingThread()