sql 用于传输对象dic_tables的表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 用于传输对象dic_tables的表相关的知识,希望对你有一定的参考价值。

select * from dic_objects           where object_name  like '%'|| :object_name ||'%';
select * from dic_objects           where object_id  = :screen_id;
select * from dic_obj_titles        where object_id  = :screen_id;
select * from dic_obj_elements      where object_id  = :screen_id;
select * from dic_obj_tabs          where object_id  = :screen_id;
select * from dic_tab_labels        where object_id  = :screen_id;
select * from dic_elm_items         where object_id  = :screen_id;
select * from dic_functions         where object_id  = :screen_id;
--Table to transfer objects
DIC_OBJECTS
DIC_OBJ_titles
DIC_OBJ_tabs  --for tabs 
DIC_OBJ_windows -- ?

DIC_OBJ_elements 
DIC_elm_items

DIC_OBJ_menus -- for menus
DIC_msgs
DIC_OBJ_msgs

DIC_labels
dic_lists
DIC_list_items
DIC_helps

dic_report_parameters
dic_lovs

dic_functions

以上是关于sql 用于传输对象dic_tables的表的主要内容,如果未能解决你的问题,请参考以下文章

Mybatis动态SQL

在 Amazon Redshift 中的表之间传输数据

用于搜索具有无限个位域的表的 SQL 设计方法

用于连接两个按连接逻辑排序的表的最佳 SQL 查询

将修改后的表中的游标用于相同的 PL/SQL 过程

用于从具有复杂结构的表中选择数据的 sql 查询