VSQLite++ 0.3
Loading...
Searching...
No Matches
view.hpp File Reference

Helpers for creating and dropping SQL views on a connection. More...

#include <string>
Include dependency graph for view.hpp:

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

Detailed Description

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.