示例#1
0
void SQLite::clearConnectionCache()
{
    sqliteCache.removeAllObjects();
}
示例#2
0
	void SqliteDb::clearConnectionCache()
	{
		g_sqliteCache.removeAllObjects();
	}