Namespace Neevo
Namespaces summary
Neevo\Cache |
Neevo\Drivers |
Neevo\Nette |
Classes summary
BaseStatement | Neevo statement abstract base ancestor. |
Connection | Representation of database connection. |
Literal | Representation of SQL literal. |
Manager | Core Neevo class. |
Parser | Neevo\BaseStatement to SQL command parser. |
Result | Represents a result. Can be iterated, counted and provides fluent interface. |
ResultIterator | Result set iterator. |
Row | Representation of a row in a result. |
Statement | Class for data manipulation statements (INSERT, UPDATE, DELETE) |
Interfaces summary
DriverInterface | Interface implemented by all Neevo drivers. |
ObservableInterface | Neevo observable interface. |
ObserverInterface | Neevo observer interface. |
Exceptions summary
DriverException | Neevo driver exception. |
ImplementationException | Exception for features not implemented by the driver. |
NeevoException | Main Neevo exception. |