|
VSQLite++ 0.3
|
Helpers for creating and dropping SQL views on a connection. More...
#include <string>
Go to the source code of this file.
Classes | |
| struct | sqlite::v2::view |
| view is used to create views. In SQLite a view can only be queried. INSERT, DELETE and UPDATE will fail on a view More... | |
Namespaces | |
| namespace | sqlite |
| namespace | sqlite::v2 |
Helpers for creating and dropping SQL views on a connection.
The sqlite::view helper keeps view creation centralized and offers overloads for temporary views as well as database-qualified names.
Definition in file view.hpp.