|
spoof
|

Public Member Functions | |
| __construct (IConfig $config) | |
| connect () | |
| isConnected () | |
| disconnect () | |
| getFeatureLevel ($feature) | |
Database connection interface. This interface is used to define database connection.
| __construct | ( | IConfig | $config | ) |
Constructor for the database connection object instantiates the object but does not connect it to a database
| $config | IDBConfig database connection configuration object |
Implemented in Connection.
| connect | ( | ) |
| disconnect | ( | ) |
Closes the connection
Implemented in Connection.
| getFeatureLevel | ( | $feature | ) |
Get feature support level
| string | $feature |
Implemented in Connection.
| isConnected | ( | ) |
Checks whether the database connection is active
Implemented in Connection.