Pool of DB's instances.
More...
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] |
- Returns:
- DBPool
Implements Instantiatable.
Definition at line 27 of file DBPool.class.php.
References Singleton::getInstance().
Referenced by MetaConfiguration::buildSchemaChanges(), DebugUtils::eq(), CommonDaoWorker::getById(), CommonDaoWorker::getByQuery(), CommonDaoWorker::getCustom(), CommonDaoWorker::getCustomList(), CommonDaoWorker::getCustomRowList(), CommonDaoWorker::getListByQuery(), MyImprovedDialect::quoteBinary(), MyImprovedDialect::quoteValue(), and DaoUtils::swap().
| static DBPool::getByDao |
( |
GenericDAO $ |
dao |
) |
[static] |
- Returns:
- DB
Definition at line 35 of file DBPool.class.php.
Referenced by StorableDAO::add(), BaseDaoWorker::cachedFetchObject(), GenericDAO::doInject(), BaseDaoWorker::dropById(), BaseDaoWorker::dropByIds(), UnifiedContainerWorker::dropList(), BaseDaoWorker::fetchList(), BaseDaoWorker::fetchObject(), CommonDaoWorker::getCustom(), CommonDaoWorker::getCustomList(), CommonDaoWorker::getCustomRowList(), CommonDaoWorker::getQueryResult(), CarefulDatabaseRunner::run(), UnifiedContainer::save(), OneToManyLinkedLazy::sync(), OneToManyLinkedFull::sync(), ManyToManyLinkedLazy::sync(), ManyToManyLinkedFull::sync(), Criteria::toString(), and LightMetaProperty::toValue().
| DBPool::setDefault |
( |
DB $ |
db |
) |
|
| DBPool::addLink |
( |
$ |
name, |
|
|
DB $ |
db | |
|
) |
| | |
| DBPool::dropLink |
( |
$ |
name |
) |
|
| DBPool::getLink |
( |
$ |
name = null |
) |
|
Member Data Documentation
DBPool::$default = null [private] |
DBPool::$pool = array() [private] |
The documentation for this class was generated from the following file:
|
|