システム名 | http://www.as-link.com/ | 作成者 | 秦 松甫 |
---|---|---|---|
サブシステム名 | ERPlus@iDempiere3.1_daily | 作成日 | 2016/3/7 |
スキーマ名 | adempiere | 更新日 | |
論理テーブル名 | RDBMS | PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit 9.4.5 | |
物理テーブル名 | ad_tab_v | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | ad_tab_id | numeric(10) | ||||
2 | ad_window_id | numeric(10) | ||||
3 | ad_table_id | numeric(10) | ||||
4 | name | character varying(60) | ||||
5 | description | character varying(255) | ||||
6 | help | character varying(2000) | ||||
7 | seqno | numeric(10) | ||||
8 | issinglerow | character(1) | ||||
9 | hastree | character(1) | ||||
10 | isinfotab | character(1) | ||||
11 | replicationtype | character(1) | ||||
12 | tablename | character varying(40) | ||||
13 | accesslevel | character(1) | ||||
14 | issecurityenabled | character(1) | ||||
15 | isdeleteable | character(1) | ||||
16 | ishighvolume | character(1) | ||||
17 | isview | character(1) | ||||
18 | hasassociation | character(1) | ||||
19 | istranslationtab | character(1) | ||||
20 | isreadonly | character(1) | ||||
21 | ad_image_id | numeric(10) | ||||
22 | tablevel | numeric(10) | ||||
23 | whereclause | character varying(2000) | ||||
24 | orderbyclause | character varying(2000) | ||||
25 | commitwarning | character varying(2000) | ||||
26 | readonlylogic | character varying(2000) | ||||
27 | displaylogic | character varying(2000) | ||||
28 | ad_column_id | numeric(10) | ||||
29 | ad_process_id | numeric(10) | ||||
30 | issorttab | character(1) | ||||
31 | isinsertrecord | character(1) | ||||
32 | isadvancedtab | character(1) | ||||
33 | ad_columnsortorder_id | numeric(10) | ||||
34 | ad_columnsortyesno_id | numeric(10) | ||||
35 | included_tab_id | numeric(10) | ||||
36 | parent_column_id | numeric(10) | ||||
37 | ad_tab_uu | character varying(36) | ||||
38 | ad_table_uu | character varying(36) | ||||
39 | treedisplayedon | character(1) |
ソース |
---|
SELECT t.ad_tab_id, |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | viewname | ad_tab_v |
3 | viewowner | adempiere |
4 | definition | SELECT t.ad_tab_id, t.ad_window_id, t.ad_table_id, t.name, t.description, t.help, t.seqno, t.issinglerow, t.hastree, t.isinfotab, tbl.replicationtype, tbl.tablename, tbl.accesslevel, tbl.issecurityenabled, tbl.isdeleteable, tbl.ishighvolume, tbl.isview, 'N'::character(1) AS hasassociation, t.istranslationtab, t.isreadonly, t.ad_image_id, t.tablevel, t.whereclause, t.orderbyclause, t.commitwarning, t.readonlylogic, t.displaylogic, t.ad_column_id, t.ad_process_id, t.issorttab, t.isinsertrecord, t.isadvancedtab, t.ad_columnsortorder_id, t.ad_columnsortyesno_id, t.included_tab_id, t.parent_column_id, t.ad_tab_uu, tbl.ad_table_uu, t.treedisplayedon FROM (ad_tab t JOIN ad_table tbl ON ((t.ad_table_id = tbl.ad_table_id))) WHERE ((t.isactive = 'Y'::bpchar) AND (tbl.isactive = 'Y'::bpchar)); |