|
| client.hpp |
| Interface for executing queries on SQLite connection. Usually retrieved from components::SQLite.
|
|
| component.hpp |
| components::SQLite
|
|
| cursor_result_set.hpp |
|
| exceptions.hpp |
|
| execution_result.hpp |
|
| operation_types.hpp |
| Operation properties for SQLite client.
|
|
| options.hpp |
| SQLite options.
|
|
| query.hpp |
|
| result_set.hpp |
| A proxy for statement execution result.
|
|
| row_types.hpp |
| Helper tags to disambiguate result extraction between row and field.
|
|
| savepoint.hpp |
|
| sqlite_fwd.hpp |
| Forward declarations of some popular sqlite related types.
|
|
| transaction.hpp |
|