jp.co.going.xbrl.sample.dao
クラス XbContextUnitDao
java.lang.Object
jp.co.going.xbrl.sample.dao.XbContextUnitDao
public class XbContextUnitDao
- extends java.lang.Object
- 作成者:
- Masako Okayasu
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XbContextUnitDao
public XbContextUnitDao()
getInstance
public static XbContextUnitDao getInstance(java.sql.Connection connection)
insert
public void insert(XbContextUnitObj obj)
throws XbException
- 例外:
XbException
selectAll
public java.util.ArrayList<XbContextUnitObj> selectAll(long context_id)
throws XbException
- 例外:
XbException
select
public XbContextUnitObj select(long context_id,
long unit_id)
throws XbException
- 例外:
XbException