class ConnectionManagerSingle implements ConnectionManagerInterface
Manager for single connection to a datasource.
Methods
| setName(string $name) | ||
| string | getName() | |
| getConfiguration() | ||
| setConnection(ConnectionInterface $connection) | ||
| setConfiguration($configuration) | ||
| ConnectionInterface | getWriteConnection(AdapterInterface $adapter = null) | |
| ConnectionInterface | getReadConnection(AdapterInterface $adapter = null) | |
| closeConnections() |