spoof
 All Data Structures Namespaces Files Functions Variables Pages
IConnection Interface Reference
Inheritance diagram for IConnection:

Public Member Functions

 __construct (IConfig $config)
 connect ()
 isConnected ()
 disconnect ()
 getFeatureLevel ($feature)

Detailed Description

Database connection interface. This interface is used to define database connection.


Constructor & Destructor Documentation

__construct ( IConfig  $config)

Constructor for the database connection object instantiates the object but does not connect it to a database

Parameters:
$configIDBConfig database connection configuration object

Implemented in Connection.


Member Function Documentation

connect ( )

Connects the object to the database

Returns:
mixed connection object

Implemented in PDO.

disconnect ( )

Closes the connection

Implemented in Connection.

getFeatureLevel (   $feature)

Get feature support level

Parameters:
string$feature
Returns:
mixed feature support level

Implemented in Connection.

isConnected ( )

Checks whether the database connection is active

Returns:
boolean TRUE if connected, FALSE otherwise

Implemented in Connection.


The documentation for this interface was generated from the following file: