This package implements a database abstraction layer.
It provides functions to perform several database access operations to different types of relational databases using the same interface. Currently it provide function to:
- Establish database connections
- Execute prepared or direct SQL queries
- Limit the range of result set rows that are returned by a query
- Retrieve the number of result set rows or affected database table rows
- Retrieve result set rows into arrays
- Execute INSERT, UPDATE and DELETE queries from a list of parameters
- Count or check if there is a database table records with a value in given field
- Retrieve the value returned by query results with a single column and row
- Retrieve all query result values into an bi-dimensional array
- Retrieve a range records from a table sorting by a given field
Currently this package provides driver classes to access to MySQL, SQLite and PostgreSQL databases.
|
|
| Name: |
DBSql Class |
| Base name: |
dbsql_class |
| Description: |
Database abstraction layer |
| Version: |
0.1 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
607 users |
| All time rank: |
4396 |
| Week users: |
0 users |
| Week rank: |
2354  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|