Namespace Nette\Database
| Connection | Represents a connection between PHP and a database server. |
| DatabasePanel | Debug panel for Nette\Database |
| Row | Represents a single table row. |
| SqlLiteral | SQL literal value. |
| SqlPreprocessor | SQL preprocessor. |
| Statement | Represents a prepared statement / result set. |
| ISupplementalDriver | Supplemental PDO database driver. |