Public Member Functions | |
| ExportHandler (std::ostream &strm) | |
| virtual const char * | putRow (const BufferStringSet &)=0 |
| virtual bool | init () |
| virtual void | finish () |
Static Public Member Functions | |
| static bool | isNumber (const char *) |
Public Attributes | |
| BufferString | prepend_ |
| Before first record. Add newline if needed. | |
| BufferString | append_ |
| After last record. | |
Protected Member Functions | |
| const char * | getStrmMsg () const |
Protected Attributes | |
| std::ostream & | strm_ |
| Table::ExportHandler::ExportHandler | ( | std::ostream & | strm | ) | [inline] |
| virtual void Table::ExportHandler::finish | ( | ) | [virtual] |
| const char* Table::ExportHandler::getStrmMsg | ( | ) | const [inline, protected] |
| virtual bool Table::ExportHandler::init | ( | ) | [virtual] |
| static bool Table::ExportHandler::isNumber | ( | const char * | ) | [static] |
| virtual const char* Table::ExportHandler::putRow | ( | const BufferStringSet & | ) | [pure virtual] |
Implemented in Table::WSExportHandler, Table::CSVExportHandler, and Table::SQLInsertExportHandler.
After last record.
Before first record. Add newline if needed.
std::ostream& Table::ExportHandler::strm_ [protected] |
1.7.1