dbms
Interfaces, Classes, Traits and Enums
- CDB
- Implementation the basic elements for connection and management of the DB
using Cache
- CDBMS
- Abstract class to connection and management of the generic database.
- CMySqlComposer
- Extends the CSqlComposerBase class to perform all specific MySQL SQL code.
- CMySqlDB
- Extends the abstract CDBMS class to perform all specific MySQL-related basic operations.
- CSqlComposer
- Final class for compose a dialect SQL query (MySQL, PostgresSQL, etc.).
- CSqlComposerBase
- Base class for compose a standard SQL query.