COOPY » Guide
version 0.6.5
|
Options for connecting to a database on the filesystem or elsewhere. More...
#include <TextBookFactory.h>
Public Member Functions | |
AttachConfig () | |
void | show () const |
Data Fields | |
std::string | fname |
std::string | ext |
std::string | data |
Property | options |
bool | canCreate |
bool | canOverwrite |
bool | shouldCreate |
bool | shouldRead |
bool | shouldWrite |
TextBook * | prevBook |
TextBook * | baseBook |
Property | prevOptions |
Options for connecting to a database on the filesystem or elsewhere.
Definition at line 22 of file TextBookFactory.h.
coopy::store::AttachConfig::AttachConfig | ( | ) | [inline] |
Definition at line 37 of file TextBookFactory.h.
References baseBook, canCreate, canOverwrite, NULL, prevBook, shouldCreate, shouldRead, and shouldWrite.
void AttachConfig::show | ( | ) | const |
Definition at line 12 of file TextBookFactory.cpp.
References canCreate, canOverwrite, NULL, OK, prevBook, shouldCreate, shouldRead, and shouldWrite.
Definition at line 34 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), and coopy::store::sqlite::SqliteTextBookFactory::openNormal().
Definition at line 28 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), coopy::store::gnumeric::GnumericTextBookFactory::open(), and show().
Definition at line 29 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), and show().
std::string coopy::store::AttachConfig::data |
Definition at line 26 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach().
std::string coopy::store::AttachConfig::ext |
Definition at line 25 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), coopy::store::gnumeric::GnumericTextBookFactory::open(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
std::string coopy::store::AttachConfig::fname |
Definition at line 24 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), coopy::store::gnumeric::GnumericTextBookFactory::open(), coopy::store::json::JsonBookFactory::open(), coopy::store::CsvTextBookFactory::open(), and coopy::store::sqlite::SqliteTextBookFactory::openTextual().
Definition at line 27 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), 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().
Definition at line 33 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), 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(), coopy::store::sqlite::SqliteTextBookFactory::openTextual(), and show().
Definition at line 35 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach().
Definition at line 30 of file TextBookFactory.h.
Referenced by AttachConfig(), coopy::store::remotesql::RemoteSqlTextBookFactory::open(), coopy::store::gnumeric::GnumericTextBookFactory::open(), coopy::store::sqlite::SqliteTextBookFactory::openTextual(), and show().
Definition at line 31 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), coopy::store::gnumeric::GnumericTextBookFactory::open(), coopy::store::json::JsonBookFactory::open(), coopy::store::CsvTextBookFactory::open(), coopy::store::sqlite::SqliteTextBookFactory::openTextual(), and show().
Definition at line 32 of file TextBookFactory.h.
Referenced by coopy::store::PolyBook::attach(), AttachConfig(), 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(), coopy::store::sqlite::SqliteTextBookFactory::openTextual(), and show().