Searched refs:GetMetaTableName (Results 1 – 2 of 2) sorted by relevance
45 static inline std::string GetMetaTableName() in GetMetaTableName() function
1466 return "(SELECT value FROM " + DBCommon::GetMetaTableName() + " WHERE key=x'" + in GetSelectIncCursorSql()1472 return "UPDATE " + DBCommon::GetMetaTableName() + " SET value=value+1 WHERE key=x'" + in GetCursorIncSql()1485 return "INSERT OR REPLACE INTO " + DBCommon::GetMetaTableName() + "(key,value) VALUES (x'" + in GetCursorUpgradeSql()