| システム名 | 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_field_v | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | ad_window_id | numeric(10) | ||||
| 2 | ad_tab_id | numeric(10) | ||||
| 3 | ad_field_id | numeric(10) | ||||
| 4 | ad_table_id | numeric(10) | ||||
| 5 | ad_column_id | numeric(10) | ||||
| 6 | name | character varying(60) | ||||
| 7 | description | character varying(255) | ||||
| 8 | help | character varying(2000) | ||||
| 9 | isdisplayed | character(1) | ||||
| 10 | displaylogic | character varying(2000) | ||||
| 11 | displaylength | numeric(10) | ||||
| 12 | seqno | numeric(10) | ||||
| 13 | sortno | numeric(10) | ||||
| 14 | issameline | character(1) | ||||
| 15 | isheading | character(1) | ||||
| 16 | isfieldonly | character(1) | ||||
| 17 | isreadonly | character(1) | ||||
| 18 | isencryptedfield | character(1) | ||||
| 19 | obscuretype | character(3) | ||||
| 20 | columnname | character varying(30) | ||||
| 21 | columnsql | character varying(2000) | ||||
| 22 | fieldlength | numeric(10) | ||||
| 23 | vformat | character varying(60) | ||||
| 24 | defaultvalue | character varying(2000) | ||||
| 25 | iskey | character(1) | ||||
| 26 | isparent | character(1) | ||||
| 27 | ismandatory | character(1) | ||||
| 28 | isidentifier | character(1) | ||||
| 29 | istranslated | character(1) | ||||
| 30 | ad_reference_value_id | numeric(10) | ||||
| 31 | callout | character varying(255) | ||||
| 32 | ad_reference_id | numeric(10) | ||||
| 33 | ad_val_rule_id | numeric(10) | ||||
| 34 | ad_process_id | numeric(10) | ||||
| 35 | isalwaysupdateable | character(1) | ||||
| 36 | readonlylogic | character varying(2000) | ||||
| 37 | mandatorylogic | character varying(2000) | ||||
| 38 | isupdateable | character(1) | ||||
| 39 | isencryptedcolumn | character(1) | ||||
| 40 | isselectioncolumn | character(1) | ||||
| 41 | tablename | character varying(40) | ||||
| 42 | valuemin | character varying(20) | ||||
| 43 | valuemax | character varying(20) | ||||
| 44 | fieldgroup | character varying(60) | ||||
| 45 | validationcode | character varying(2000) | ||||
| 46 | included_tab_id | numeric(10) | ||||
| 47 | fieldgrouptype | character(1) | ||||
| 48 | iscollapsedbydefault | character(1) | ||||
| 49 | infofactoryclass | character varying(255) | ||||
| 50 | isautocomplete | character(1) | ||||
| 51 | isallowcopy | character(1) | ||||
| 52 | isdisplayedgrid | character(1) | ||||
| 53 | seqnogrid | numeric(10) | ||||
| 54 | seqnoselection | numeric(10) | ||||
| 55 | xposition | numeric(10) | ||||
| 56 | columnspan | numeric(10) | ||||
| 57 | numlines | numeric(10) | ||||
| 58 | istoolbarbutton | character(1) | ||||
| 59 | formatpattern | character varying(22) | ||||
| 60 | isadvancedfield | character(1) | ||||
| 61 | isdefaultfocus | character(1) | ||||
| 62 | ad_chart_id | numeric(10) |
| ソース |
|---|
SELECT t.ad_window_id, |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | viewname | ad_field_v |
| 3 | viewowner | adempiere |
| 4 | definition | SELECT t.ad_window_id, f.ad_tab_id, f.ad_field_id, tbl.ad_table_id, f.ad_column_id, f.name, f.description, f.help, f.isdisplayed, f.displaylogic, f.displaylength, f.seqno, f.sortno, f.issameline, f.isheading, f.isfieldonly, f.isreadonly, f.isencrypted AS isencryptedfield, f.obscuretype, c.columnname, c.columnsql, c.fieldlength, c.vformat, COALESCE(f.defaultvalue, c.defaultvalue) AS defaultvalue, c.iskey, c.isparent, COALESCE(f.ismandatory, c.ismandatory) AS ismandatory, c.isidentifier, c.istranslated, COALESCE(f.ad_reference_value_id, c.ad_reference_value_id) AS ad_reference_value_id, c.callout, COALESCE(f.ad_reference_id, c.ad_reference_id) AS ad_reference_id, COALESCE(f.ad_val_rule_id, c.ad_val_rule_id) AS ad_val_rule_id, c.ad_process_id, COALESCE(f.isalwaysupdateable, c.isalwaysupdateable) AS isalwaysupdateable, COALESCE(f.readonlylogic, c.readonlylogic) AS readonlylogic, COALESCE(f.mandatorylogic, c.mandatorylogic) AS mandatorylogic, COALESCE(f.isupdateable, c.isupdateable) AS isupdateable, c.isencrypted AS isencryptedcolumn, c.isselectioncolumn, tbl.tablename, c.valuemin, c.valuemax, fg.name AS fieldgroup, vr.code AS validationcode, f.included_tab_id, fg.fieldgrouptype, fg.iscollapsedbydefault, COALESCE(f.infofactoryclass, c.infofactoryclass) AS infofactoryclass, c.isautocomplete, COALESCE(f.isallowcopy, c.isallowcopy) AS isallowcopy, f.isdisplayedgrid, f.seqnogrid, c.seqnoselection, f.xposition, f.columnspan, f.numlines, COALESCE(f.istoolbarbutton, c.istoolbarbutton) AS istoolbarbutton, c.formatpattern, f.isadvancedfield, f.isdefaultfocus, c.ad_chart_id FROM (((((ad_field f JOIN ad_tab t ON ((f.ad_tab_id = t.ad_tab_id))) LEFT JOIN ad_fieldgroup fg ON ((f.ad_fieldgroup_id = fg.ad_fieldgroup_id))) LEFT JOIN ad_column c ON ((f.ad_column_id = c.ad_column_id))) JOIN ad_table tbl ON ((c.ad_table_id = tbl.ad_table_id))) LEFT JOIN ad_val_rule vr ON ((vr.ad_val_rule_id = COALESCE(f.ad_val_rule_id, c.ad_val_rule_id)))) WHERE ((f.isactive = 'Y'::bpchar) AND (c.isactive = 'Y'::bpchar)); |