Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1347 void ClearTheLogAfterDropTable(sqlite3 *db, const char *tableName, const char *schemaName) in ClearTheLogAfterDropTable() function
1497 (void)sqlite3_set_droptable_handle(db, &ClearTheLogAfterDropTable); in PostHandle()