Documentation

PDOConnectionFactory extends ConnectionFactory

A factory for creating database connections

Table of Contents

$create Create connection supplier Closure
$connections A list of active connections [hash => IDBConnection] array
$props DB props IConnectionProperties
__construct() mixed
createNewConnection() Create a new connection IDBConnection
createNewConnection() Create a new connection. Override this in the child class. IDBConnection
__construct() mixed
getConnection() Retrieve a database connection IDBConnection
createConnection() Connect to a database host IDBConnection
close() Close all connections. void
closeConnection() Close a specific connection. mixed

Properties

$connections

A list of active connections [hash => IDBConnection]

private array $connections = []

Methods

close()

Close all connections.

public close( ) : void

This simply sets the internal reference to null.

Search results