Home
last modified time | relevance | path

Searched refs:FUNCTION_CALL_TABLE (Results 1 – 1 of 1) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ServerOnly/
H A DSQLiteServerLoggerPlugin.cpp54 #define FUNCTION_CALL_TABLE "'functionCalls'" macro
377 "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()