| Recommend this page to a friend! |
| Classes of José Augusto Ferreira Franco | > | SQLite DB Handler | > | Download .tar.gz .zip | > | > | > | |||||
|
|||||||||||||||||||||||||
| Author | ||
![]() |
|
Innovation award![]() Nominee: 1x | |||||||||||||||||||
| Groups | Applications | |||||||
| Groups | ||
| Databases | Database management, accessing and searching | View top rated classes |
| Innovation Award | ||
![]() December 2005 Number 4 Prize: One book of choice by SAMS |
SQLite is an interesting flat file database management system. It does not require a database backend server, but it provides an SQL interface to access the database table data. SQLite SQL dialect provides means to execute the most common SQL operations. However, the support for database schema management in the current SQLite versions is still deficient. This class provides an alternative solution to perform many types of table schema alterations, equivalent to the use of the SQL ALTER TABLE statement. Manuel Lemos |
| User ratings | ||
| There are not enough user ratings to display for this class. |
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Class | The main class | |
| Example | This file generalizes class last changes, with some short pratical examples | |
| Example | This short example shows the process required to build a table with class db from package SQLITE DB HANDLER | |
| Screen | Sreenshot from result to example1.php |
| Download all files: sqlite_db.tar.gz sqlite_db.zip |