MySQL Dump of main dataset
收藏DataCite Commons2020-08-27 更新2024-07-27 收录
下载链接:
https://figshare.com/articles/MySQL_Dump_of_main_dataset/7762748
下载链接
链接失效反馈官方服务:
资源简介:
SQL Dump, with three tables:<br>+-----------------+| Tables_in_OODev |+-----------------+| FileID || ProjectID || summary |+-----------------+<br>Desc of each:mysql> desc FileID;+----------+---------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+----------+---------+------+-----+---------+-------+| Project | int(11) | YES | | NULL | || FullPath | text | YES | | NULL | || ID | int(11) | YES | | NULL | |+----------+---------+------+-----+---------+-------+<br>mysql> desc ProjectID;+-------+---------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-------+---------+------+-----+---------+-------+| Name | text | YES | | NULL | || ID | int(11) | YES | | NULL | |+-------+---------+------+-----+---------+-------+<br>mysql> desc summary;+-----------+---------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-----------+---------+------+-----+---------+-------+| Project | int(11) | YES | | NULL | || Type | text | YES | | NULL | || ClassName | text | YES | | NULL | || FileID | int(11) | YES | | NULL | || Authors | int(11) | YES | | NULL | || IFANIN | int(11) | YES | | NULL | || CBO | int(11) | YES | | NULL | || NOC | int(11) | YES | | NULL | || NIM | int(11) | YES | | NULL | || NIV | int(11) | YES | | NULL | || WMC | int(11) | YES | | NULL | || RFC | int(11) | YES | | NULL | || DIT | int(11) | YES | | NULL | || LCOM | int(11) | YES | | NULL | |+-----------+---------+------+-----+---------+-------+<br>
提供机构:
figshare
创建时间:
2019-02-23



