テーブル情報
システム名 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 
物理テーブル名 rv_c_rfq_unanswered     
備考


カラム情報
No 論理名 物理名 データ型 Not Null デフォルト 備考
1 ad_client_id numeric(10)  
2 ad_org_id numeric(10)  
3 c_rfq_id numeric(10)  
4 name character varying(60)  
5 description character varying(255)  
6 help character varying(2000)  
7 salesrep_id numeric(10)  
8 c_rfq_topic_id numeric(10)  
9 quotetype character(1)  
10 isquotetotalamt character(1)  
11 isquoteallqty character(1)  
12 c_currency_id numeric(10)  
13 dateresponse timestamp without time zone  
14 isrfqresponseaccepted character(1)  
15 dateworkstart timestamp without time zone  
16 deliverydays numeric(10)  
17 dateworkcomplete timestamp without time zone  
18 c_bpartner_id numeric(10)  
19 c_bpartner_location_id numeric(10)  
20 ad_user_id numeric(10)  


ソース
ソース
 SELECT q.ad_client_id,
q.ad_org_id,
q.c_rfq_id,
q.name,
q.description,
q.help,
q.salesrep_id,
q.c_rfq_topic_id,
q.quotetype,
q.isquotetotalamt,
q.isquoteallqty,
q.c_currency_id,
q.dateresponse,
q.isrfqresponseaccepted,
q.dateworkstart,
q.deliverydays,
q.dateworkcomplete,
r.c_bpartner_id,
r.c_bpartner_location_id,
r.ad_user_id
FROM (c_rfq q
JOIN c_rfqresponse r ON ((q.c_rfq_id = r.c_rfq_id)))
WHERE ((r.iscomplete = 'N'::bpchar) AND (q.processed = 'N'::bpchar));


インデックス情報
No インデックス名 カラムリスト ユニーク 備考


外部キー情報
No 外部キー名 カラムリスト 参照先 参照先カラムリスト


外部キー情報(PK側)
No 外部キー名 カラムリスト 参照元 参照元カラムリスト


RDBMS固有の情報
No プロパティ名 プロパティ値
1 schemaname adempiere
2 viewname rv_c_rfq_unanswered
3 viewowner adempiere
4 definition SELECT q.ad_client_id,
q.ad_org_id,
q.c_rfq_id,
q.name,
q.description,
q.help,
q.salesrep_id,
q.c_rfq_topic_id,
q.quotetype,
q.isquotetotalamt,
q.isquoteallqty,
q.c_currency_id,
q.dateresponse,
q.isrfqresponseaccepted,
q.dateworkstart,
q.deliverydays,
q.dateworkcomplete,
r.c_bpartner_id,
r.c_bpartner_location_id,
r.ad_user_id
FROM (c_rfq q
JOIN c_rfqresponse r ON ((q.c_rfq_id = r.c_rfq_id)))
WHERE ((r.iscomplete = 'N'::bpchar) AND (q.processed = 'N'::bpchar));