Classes summary
| BaseStatement |
Neevo statement abstract base ancestor.
|
| Connection |
Representation of database connection. |
| Literal |
Representation of SQL literal. |
| Loader |
Autoloader responsible for loading Neevo classes and interfaces. |
| 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) |