日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

UAP元数据

發(fā)布時間:2023/12/14 编程问答 28 豆豆
生活随笔 收集整理的這篇文章主要介紹了 UAP元数据 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

---元數(shù)據(jù)所做的工作
發(fā)布元數(shù)據(jù)會導(dǎo)致以下表中產(chǎn)生數(shù)據(jù)
執(zhí)行腳本即執(zhí)行建表語句
下面只介紹發(fā)布元數(shù)據(jù)所產(chǎn)生的數(shù)據(jù)
--先根據(jù)表名查出發(fā)布的元數(shù)據(jù)的組件id ,之后的查詢都是通過compentid來查詢數(shù)據(jù)
componentid 指得是點擊空白處的組件ID
假設(shè)表名是pt_app_account
select componentid from md_class where defaulttablename='pt_app_account';
?--f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf
---md_table
?select * from? md_table where id in
?(select defaulttablename from md_class where id in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf'));
---枚舉
?select * from? MD_ENUMVALUE where id in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf');
----列數(shù)據(jù)
?select * from? md_column where tableid in
?(select defaulttablename from md_class where id in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf'));
?--主子表關(guān)聯(lián)關(guān)系表
?select * from md_db_relation where startattrid in
?(select id from? md_property where classid in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf'));
?--屬性表
?select * from? md_property where classid in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf');
?select * from? md_association where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf';
--
?select * from? MD_ACCESSORPARA where id in
? (select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf');
---class表
?select * from? md_bizitfmap where classid in
? (select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf');
?--
select * from? md_ormap where classid in
?(select id from md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf');
---class表
?select * from? md_class where componentid='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf';
---組件 select * from? md_component where id='f1d9ad1e-70ff-428e-a58b-67a0fb8bdbdf';
---------------------
作者:wqy123123wqy
來源:CSDN
原文:https://blog.csdn.net/wqy123123wqy/article/details/53897991
版權(quán)聲明:本文為博主原創(chuàng)文章,轉(zhuǎn)載請附上博文鏈接!

總結(jié)

以上是生活随笔為你收集整理的UAP元数据的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。