Namespace dibi
dibi | Interface for database drivers. |
DibiColumnInfo | Reflection metadata class for a table or result set column. |
DibiConnection | dibi connection. |
DibiDatabaseInfo | Reflection metadata class for a database. |
DibiDataSource | Default implementation of IDataSource for dibi. |
DibiDateTime | DateTime with serialization and timestamp support for PHP 5.2. |
DibiDriverException | database server exception. |
DibiException | dibi common exception. |
DibiFluent | dibi SQL builder via fluent interfaces. EXPERIMENTAL! |
DibiForeignKeyInfo | Reflection metadata class for a foreign key. |
DibiIndexInfo | Reflection metadata class for a index or primary key. |
DibiLazyStorage | |
DibiLazyStorageBase | This file is part of the „dibi“ – smart database abstraction layer. |
DibiObject | DibiObject is the ultimate ancestor of all instantiable classes. |
DibiPcreException | |
DibiProfiler | dibi basic logger & profiler (experimental). |
DibiResult | dibi result set. |
DibiResultInfo | Reflection metadata class for a result set. |
DibiResultIterator | External result set iterator. |
DibiRow | Result set single row. |
DibiTableInfo | Reflection metadata class for a database table. |
DibiTranslator | dibi SQL translator. |
DibiVariable |
IDataSource | Provides an interface between a dataset and data-aware components. |
IDebugPanel | |
IDibiDriver | dibi driver interface. |
IDibiProfiler | Defines method that must profiler implement. |
IDibiReflector | dibi driver reflection. |
IDibiResultDriver | dibi result set driver interface. |