Searched refs:SQL_SEARCH_IF_TABLE_EXIST (Results 1 – 1 of 1) sorted by relevance
53 #define SQL_SEARCH_IF_TABLE_EXIST "SELECT * FROM sqlite_master WHERE type ='table' AND name = '%s'" macro323 rc = sprintf_s(sql, SQL_DEFAULT_LEN, SQL_SEARCH_IF_TABLE_EXIST, g_sqliteMgr[id].tableName); in CheckTableExist()