PHP lithium\data\source\database\adapter Namespace

Nested Namespaces

lithium\data\source\database\adapter\my_sql
lithium\data\source\database\adapter\pdo
lithium\data\source\database\adapter\sqlite3

Classes

Name Description
MySql MySQL database driver. Extends the `Database` class to implement the necessary SQL-formatting and resultset-fetching features for working with MySQL databases.
PostgreSql PostgreSQL database driver. Extends the `Database` class to implement the necessary SQL-formatting and resultset-fetching features for working with PostgreSQL databases.
Sqlite3 Sqlite database driver