COOPY » Guide
version 0.6.5
|
#include <RemoteSqlTextBook.h>
Public Member Functions | |
RemoteSqlTextBookFactory (const char *name="mysql") | |
virtual std::string | getName () |
virtual TextBook * | open (AttachConfig &config, AttachReport &report) |
Definition at line 55 of file RemoteSqlTextBook.h.
coopy::store::remotesql::RemoteSqlTextBookFactory::RemoteSqlTextBookFactory | ( | const char * | name = "mysql" | ) | [inline] |
Definition at line 59 of file RemoteSqlTextBook.h.
virtual std::string coopy::store::remotesql::RemoteSqlTextBookFactory::getName | ( | ) | [inline, virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 62 of file RemoteSqlTextBook.h.
virtual TextBook* coopy::store::remotesql::RemoteSqlTextBookFactory::open | ( | AttachConfig & | config, |
AttachReport & | report | ||
) | [inline, virtual] |
Implements coopy::store::TextBookFactory.
Definition at line 66 of file RemoteSqlTextBook.h.
References coopy::store::TextBook::copy(), coopy::store::AttachReport::errorCreateNotImplemented(), NULL, coopy::store::remotesql::RemoteSqlTextBook::open(), coopy::store::AttachConfig::options, coopy::store::AttachConfig::prevBook, coopy::store::AttachConfig::shouldCreate, coopy::store::AttachConfig::shouldWrite, and coopy::store::AttachReport::success.