Home
last modified time | relevance | path

Searched refs:schemaName (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() argument
1349 if (db == nullptr || tableName == nullptr || schemaName == nullptr) { in ClearTheLogAfterDropTable()
1352 auto filePath = sqlite3_db_filename(db, schemaName); in ClearTheLogAfterDropTable()