Application
Table of Contents
Interfaces
- CrudInterface
- Describes CRUD interface.
- SqlInterface
- Describes SQL interface.
Classes
- AbstractCrud
- This is a simple CRUD implementation that other CRUD can inherit from.
- AbstractDatabase
- This is a simple Database implementation that other Database can inherit from.
- AbstractSql
- This is a simple SQL implementation that other SQL can inherit from.
- DatabaseCondition
- Simple Database Condition implementation.
- DatabaseFieldType
- Simple Database Field Type implementation.
- DatabaseOrder
- Simple Database Order implementation.
- DatabaseException
- Every Database exception MUST implement this interface.
- MySql
- Simple MySQL implementation.
- PostgreSql
- Simple PostgreSQL implementation.