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. |
Structure | Cached reflection of database structure. |
IConventions | |
IReflection | |
IRow | Row interface. |
IRowContainer | Container of database result fetched into IRow. |
IStructure | Provides cached reflection for database structure. |
ISupplementalDriver | Supplemental PDO database driver. |
ConnectionException | Server connection related errors. |
ConstraintViolationException | Base class for all constraint violation related exceptions. |
DriverException | Base class for all errors in the driver or SQL server. |
ForeignKeyConstraintViolationException | Exception for a foreign key constraint violation. |
NotNullConstraintViolationException | Exception for a NOT NULL constraint violation. |
UniqueConstraintViolationException | Exception for a unique constraint violation. |
Nette\Database\Conventions |
Nette\Database\Drivers |
Nette\Database\Reflection |
Nette\Database\Table |