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

Classes

class  Column
 Encapsulation of a Column in a row of the result pointed by the prepared Statement. More...
 
class  Database
 RAII management of a SQLite Database Connection. More...
 
class  Exception
 Encapsulation of the error message from SQLite3, based on std::runtime_error. More...
 
class  Statement
 RAII encapsulation of a prepared SQLite Statement. More...
 
class  Transaction
 RAII encapsulation of a SQLite Transaction. More...
 

Functions

std::ostream & operator<< (std::ostream &aStream, const Column &aColumn)
 Standard std::ostream text inserter. More...
 

Function Documentation

std::ostream & SQLite::operator<< ( std::ostream &  aStream,
const Column &  aColumn 
)

Standard std::ostream text inserter.

Insert the text value of the Column object, using getText(), into the provided stream.

Parameters
[in]aStreamStream to use
[in]aColumnColumn object to insert into the provided stream
Returns
Reference to the stream used

Definition at line 74 of file Column.cpp.

Here is the call graph for this function: