COOPY » Guide
version 0.6.5
|
Result of connecting to database. More...
#include <TextBookFactory.h>
Public Member Functions | |
AttachReport () | |
void | errorCreateNotImplemented (const char *str) |
void | errorWriteNotImplemented (const char *str) |
Data Fields | |
bool | success |
bool | applicable |
std::string | msg |
Result of connecting to database.
Definition at line 55 of file TextBookFactory.h.
coopy::store::AttachReport::AttachReport | ( | ) | [inline] |
Definition at line 61 of file TextBookFactory.h.
References applicable, and success.
void coopy::store::AttachReport::errorCreateNotImplemented | ( | const char * | str | ) | [inline] |
Definition at line 66 of file TextBookFactory.h.
References applicable, msg, and success.
Referenced by coopy::store::remotesql::RemoteSqlTextBookFactory::open(), coopy::store::gnumeric::GnumericTextBookFactory::open(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
void coopy::store::AttachReport::errorWriteNotImplemented | ( | const char * | str | ) | [inline] |
Definition at line 72 of file TextBookFactory.h.
References applicable, msg, and success.
Definition at line 58 of file TextBookFactory.h.
Referenced by AttachReport(), errorCreateNotImplemented(), errorWriteNotImplemented(), coopy::store::gnumeric::GnumericTextBookFactory::open(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
std::string coopy::store::AttachReport::msg |
Definition at line 59 of file TextBookFactory.h.
Referenced by errorCreateNotImplemented(), errorWriteNotImplemented(), coopy::store::mdb::JackTextBookFactory::open(), coopy::store::mdb::AccessTextBookFactory::open(), coopy::store::sqlite::SqliteTextBookFactory::openNormal(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
Definition at line 57 of file TextBookFactory.h.
Referenced by AttachReport(), errorCreateNotImplemented(), errorWriteNotImplemented(), coopy::store::remotesql::RemoteSqlTextBookFactory::open(), coopy::store::mdb::JackTextBookFactory::open(), coopy::store::gnumeric::GnumericTextBookFactory::open(), coopy::store::json::JsonBookFactory::open(), coopy::store::CsvTextBookFactory::open(), coopy::store::mdb::AccessTextBookFactory::open(), coopy::store::sqlite::SqliteTextBookFactory::openNormal(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().