JDatabaseDriver::getConnection
Method that provides access to the underlying database connection. Useful for when you need to call a proprietary method such as postgresql's lo_* methods.
Signature
public function getConnection()
Returns
- resource
- The underlying database connection resource.