Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Duserfile_client_ex.cpp95 static bool CheckTableName(const std::string &tableName) in CheckTableName() function
253 if (!CheckTableName(tableName)) { in Query()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h154 int CheckTableName(const std::vector<std::string> &tableNames);
H A Dsqlite_relational_store.cpp1193 errCode = CheckTableName(syncTableNames); in CheckQueryValid()
1233 int SQLiteRelationalStore::CheckTableName(const std::vector<std::string> &tableNames) in CheckTableName() function in DistributedDB::SQLiteRelationalStore