SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement. More...
Go to the source code of this file.
Classes | |
class | SQLite::Column |
Encapsulation of a Column in a row of the result pointed by the prepared Statement. More... | |
Namespaces | |
namespace | SQLite |
Functions | |
std::ostream & | SQLite::operator<< (std::ostream &aStream, const Column &aColumn) |
Standard std::ostream text inserter. More... | |
Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
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 Column.h.