Namespace Nette\Database\Table
| ActiveRow | Single row representation. ActiveRow is based on the great library NotORM http://www.notorm.com written by Jakub Vrana. |
| GroupedSelection | Representation of filtered table grouped by some column. GroupedSelection is based on the great library NotORM http://www.notorm.com written by Jakub Vrana. |
| Selection | Filtered table representation. Selection is based on the great library NotORM http://www.notorm.com written by Jakub Vrana. |
| SqlBuilder | Builds SQL query. SqlBuilder is based on great library NotORM http://www.notorm.com written by Jakub Vrana. |
| IRow | Row interface. |
| IRowContainer | Container of database result fetched into IRow objects. |