Namespace Nette\Database
| Connection | Represents a connection between PHP and a database server. |
| Context | Database context. |
| Helpers | Database helpers. |
| ResultSet | Represents a result set. |
| Row | Represents a single table row. |
| SqlLiteral | SQL literal value. |
| SqlPreprocessor | SQL preprocessor. |
| IReflection | Information about tables and columns structure. |
| IRow | Row interface. |
| IRowContainer | Container of database result fetched into IRow. |
| ISupplementalDriver | Supplemental PDO database driver. |
| Nette\Database\Drivers |
| Nette\Database\Reflection |
| Nette\Database\Table |