SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. More...
Go to the source code of this file.
Classes | |
class | SQLite::Statement |
RAII encapsulation of a prepared SQLite Statement. More... | |
class | SQLite::Statement::Ptr |
Shared pointer to the sqlite3_stmt SQLite Statement Object. More... | |
Namespaces | |
namespace | SQLite |
A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
Copyright (c) 2012-2013 Sebastien Rombauts (sebas) tien .romb auts @gmai l.co m
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT)
Definition in file Statement.h.