Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c53 #define SQL_SEARCH_IF_TABLE_EXIST "SELECT * FROM sqlite_master WHERE type ='table' AND name = '%s'" macro
323 rc = sprintf_s(sql, SQL_DEFAULT_LEN, SQL_SEARCH_IF_TABLE_EXIST, g_sqliteMgr[id].tableName); in CheckTableExist()