システム名 | 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 | |
物理テーブル名 | c_rfqresponselineqty_v | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | c_rfqresponseline_id | numeric(10) | ||||
2 | c_rfqresponselineqty_id | numeric(10) | ||||
3 | c_rfqlineqty_id | numeric(10) | ||||
4 | ad_client_id | numeric(10) | ||||
5 | ad_org_id | numeric(10) | ||||
6 | isactive | character(1) | ||||
7 | created | timestamp without time zone | ||||
8 | createdby | numeric(10) | ||||
9 | updated | timestamp without time zone | ||||
10 | updatedby | numeric(10) | ||||
11 | ad_language | character varying | ||||
12 | c_uom_id | numeric(10) | ||||
13 | uomsymbol | character varying(10) | ||||
14 | qty | numeric | ||||
15 | price | numeric | ||||
16 | discount | numeric |
ソース |
---|
SELECT rq.c_rfqresponseline_id, |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | viewname | c_rfqresponselineqty_v |
3 | viewowner | adempiere |
4 | definition | SELECT rq.c_rfqresponseline_id, rq.c_rfqresponselineqty_id, rq.c_rfqlineqty_id, rq.ad_client_id, rq.ad_org_id, rq.isactive, rq.created, rq.createdby, rq.updated, rq.updatedby, 'en_US'::character varying AS ad_language, q.c_uom_id, uom.uomsymbol, q.qty, rq.price, rq.discount FROM ((c_rfqresponselineqty rq JOIN c_rfqlineqty q ON ((rq.c_rfqlineqty_id = q.c_rfqlineqty_id))) JOIN c_uom uom ON ((q.c_uom_id = uom.c_uom_id))) WHERE ((rq.isactive = 'Y'::bpchar) AND (q.isactive = 'Y'::bpchar)); |