SQLiteC++  0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
 All Classes Namespaces Files Functions Friends Macros
Statement.cpp File Reference

A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result. More...

#include "Statement.h"
#include "Database.h"
#include "Column.h"
Include dependency graph for Statement.cpp:

Go to the source code of this file.

Namespaces

namespace  SQLite
 

Detailed Description

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.nosp@m.tien.nosp@m..romb.nosp@m.auts.nosp@m.@gmai.nosp@m.l.co.nosp@m.m)

Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT)

Definition in file Statement.cpp.