Interface for Database Connections.
The Implementation has to overwrite all mentioned methods in a proper way.
| Class | Description |
|---|---|
| SimpleMySQLConnection | Implementation of the DatabaseConnection to connect to a MySQL Database. |
| AdoDBConnection | Class used for connecting to a Database by using the AdoDB Framework. |
Closes the currently used Connection.
Free the given SQL resource.
Inserts one or more rows and returns the result.
Returns whether we are connected to the Database or not.
Returns the Result of this SQL Query.
Documentation generated by phpDocumentor 1.3.1