|
Pool of DB's instances.
More...
Inheritance diagram for DBPool:
[legend]List of all members.
Detailed Description
Pool of DB's instances.
Definition at line 18 of file DBPool.class.php.
Member Function Documentation
| static DBPool::me |
( |
|
) |
[static] |
| static DBPool::getByDao |
( |
GenericDAO $ |
dao |
) |
[static] |
Definition at line 27 of file DBPool.class.php.
Referenced by StorableDAO::add(), DependentDAO::add(), IndependentLinkDAO::dropByBothId(), NullDaoWorker::dropById(), BaseDaoWorker::dropById(), TransparentDaoWorker::dropByIds(), NullDaoWorker::dropByIds(), CommonDaoWorker::dropByIds(), IndependentLinkDAO::dropByParentId(), DependentDAO::dropByParentId(), TransparentDaoWorker::getById(), NullDaoWorker::getById(), CommonDaoWorker::getById(), TransparentDaoWorker::getByQuery(), NullDaoWorker::getByQuery(), CommonDaoWorker::getByQuery(), TransparentDaoWorker::getCustom(), NullDaoWorker::getCustom(), CommonDaoWorker::getCustom(), TransparentDaoWorker::getCustomList(), NullDaoWorker::getCustomList(), CommonDaoWorker::getCustomList(), TransparentDaoWorker::getCustomRowList(), NullDaoWorker::getCustomRowList(), CommonDaoWorker::getCustomRowList(), TransparentDaoWorker::getListByQuery(), NullDaoWorker::getListByQuery(), CommonDaoWorker::getListByQuery(), TransparentDaoWorker::getQueryResult(), NullDaoWorker::getQueryResult(), CommonDaoWorker::getQueryResult(), IndependentLinkDAO::import(), DependentDAO::import(), StorableDAO::inject(), CarefulDatabaseRunner::run(), UnifiedContainer::save(), DependentDAO::save(), OneToManyLinkedLazy::sync(), OneToManyLinkedFull::sync(), ManyToManyLinkedLazy::sync(), and ManyToManyLinkedFull::sync().
| DBPool::addLink |
( |
$ |
name, |
|
|
DB $ |
db | |
|
) |
| | |
| DBPool::getLink |
( |
$ |
name = null |
) |
|
Member Data Documentation
DBPool::$pool = array() [private] |
The documentation for this class was generated from the following file:
|