Home
last modified time | relevance | path

Searched refs:GetTableInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h54 void GetTableInfo(std::shared_ptr<OhCloudExtTable> pTable, DBTable &dbTable);
H A Dcloud_server_impl.cpp230 GetTableInfo(pTable, dbTable); in GetTables()
244 void CloudServerImpl::GetTableInfo(std::shared_ptr<OhCloudExtTable> pTable, DBTable &dbTable) in GetTableInfo() function in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp744 TableInfo GetTableInfo(sqlite3 *db, const std::string &tableName, const std::string &sql) in GetTableInfo() function
763 TableInfo table1 = GetTableInfo(db, "student", createTableSql1); in HWTEST_F()
766 TableInfo table2 = GetTableInfo(db, "Student", createTableSql2); in HWTEST_F()

Completed in 4 milliseconds