ThinSQLite++
A thin, safe and convenient modern C++ wrapper for SQLite API.
Loading...
Searching...
No Matches
vtab.hpp
1
/*
2
Copyright 2024 Eugene Gershnik
3
4
Use of this source code is governed by a BSD-style
5
license that can be found in the LICENSE file or at
6
https://github.com/gershnik/thinsqlitepp/blob/main/LICENSE
7
*/
8
9
#ifndef HEADER_SQLITEPP_VTAB_INCLUDED
10
#define HEADER_SQLITEPP_VTAB_INCLUDED
11
12
#include <thinsqlitepp/impl/vtab_iface.hpp>
13
14
#include <thinsqlitepp/impl/vtab_impl.hpp>
15
#include <thinsqlitepp/impl/exception_impl.hpp>
16
17
18
#endif
19
Generated by
1.12.0