Vertica::BlockFormatterCout Struct Reference

Inheritance diagram for Vertica::BlockFormatterCout:

Collaboration diagram for Vertica::BlockFormatterCout:

Public Member Functions
BlockFormatterCout (const BlockReader &reader)
void format ()
void writeRow (int rowNum, const std::string &row)

Detailed Description

Formatting rows in a BlockReader to stdout

Example Usage with BlockReader *arg_reader

BlockFormatterCout(*arg_reader).format();