Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
Dtypes.rs175 pub fn tables(&self) -> &HashMap<String, Table> { in tables() argument
182 pub struct Table { struct
188 impl Table { implementation
190 pub fn new(name: String, alias: String, fields: Vec<Field>) -> Table { in new()
214 impl From<&ipc_conn::OrderTable> for Table { implementation
/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
Ddisk_info.h37 enum class Table { enum
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
Dschema_meta.h51 using Table = Table; variable
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
Ddisk_info.cpp38 enum class Table { enum
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
Dmod.rs84 Table = 39, enumerator
Dbasic_rust_types.rs58 Table(Vec<types::Table>), enumerator
75 Table(HashMap<String, types::Table>), enumerator