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
クラス 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