jp.co.going.xbrl.sample.dao
クラス XbRefAttributesDao

java.lang.Object
  上位を拡張 jp.co.going.xbrl.sample.dao.XbRefAttributesDao

public class XbRefAttributesDao
extends java.lang.Object

作成者:
Masako Okayasu

コンストラクタの概要
XbRefAttributesDao()
           
 
メソッドの概要
static XbRefAttributesDao getInstance(java.sql.Connection connection)
           
 void insert(XbRefAttributesObj obj)
           
 XbRefAttributesObj select(int ref_type, long ref_id, java.lang.String name)
           
 java.util.ArrayList<XbRefAttributesObj> selectAll(int ref_type, long ref_id)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XbRefAttributesDao

public XbRefAttributesDao()
メソッドの詳細

getInstance

public static XbRefAttributesDao getInstance(java.sql.Connection connection)

insert

public void insert(XbRefAttributesObj obj)
            throws XbException
例外:
XbException

selectAll

public java.util.ArrayList<XbRefAttributesObj> selectAll(int ref_type,
                                                         long ref_id)
                                                  throws XbException
例外:
XbException

select

public XbRefAttributesObj select(int ref_type,
                                 long ref_id,
                                 java.lang.String name)
                          throws XbException
例外:
XbException