Documentation

IConnectionFactory

Table of Contents

createConnection() Connect to a database host IDBConnection
getConnection() Retrieve a database connection IDBConnection
close() Close all connections. void
closeConnection() Close a specific connection. mixed

Methods

close()

Close all connections.

public close( ) : void

This simply sets the internal reference to null.

Search results