#include <Column.h>
Inheritance diagram for SimpleDB::BoolColumn:
Public Member Functions | |
std::ostream & | oStream (std::ostream &oStream) |
Function called to write a column value to the output stream. | |
void | bind (SQLHSTMT statementHandle, int columnNumber) |
This abstract function is called by Query when the Query.bind function is invoked. | |
bool | value () |
Used to retrieve the value of this column. |
|
This abstract function is called by Query when the Query.bind function is invoked. This function has an implementation that handles making sure columns are bound. This function should be called by any derived objects.
Implements SimpleDB::Column. |
|
Function called to write a column value to the output stream. This function is implemented by each column type to write the value in a suitable form to the output stream.
Implements SimpleDB::Column. |
|
Used to retrieve the value of this column.
Reimplemented from SimpleDB::Column. |