COOPY » Guide
version 0.6.5
|
Factory for reading from an MS Access database. More...
#include <AccessTextBook.h>
Public Member Functions | |
virtual std::string | getName () |
virtual TextBook * | open (AttachConfig &config, AttachReport &report) |
Factory for reading from an MS Access database.
Definition at line 73 of file AccessTextBook.h.
virtual std::string coopy::store::mdb::AccessTextBookFactory::getName | ( | ) | [inline, virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 75 of file AccessTextBook.h.
virtual TextBook* coopy::store::mdb::AccessTextBookFactory::open | ( | AttachConfig & | config, |
AttachReport & | report | ||
) | [inline, virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 79 of file AccessTextBook.h.
References coopy::store::TextBook::copy(), coopy::store::AttachReport::msg, NULL, coopy::store::mdb::AccessTextBook::open(), coopy::store::AttachConfig::options, coopy::store::AttachConfig::prevBook, coopy::store::AttachConfig::shouldWrite, and coopy::store::AttachReport::success.