COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::store::AttachConfig Class Reference

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
TextBookprevBook
TextBookbaseBook
Property prevOptions

Detailed Description

Options for connecting to a database on the filesystem or elsewhere.

Definition at line 22 of file TextBookFactory.h.


Constructor & Destructor Documentation

coopy::store::AttachConfig::AttachConfig ( ) [inline]

Definition at line 37 of file TextBookFactory.h.

References baseBook, canCreate, canOverwrite, NULL, prevBook, shouldCreate, shouldRead, and shouldWrite.


Member Function Documentation

void AttachConfig::show ( ) const

Definition at line 12 of file TextBookFactory.cpp.

References canCreate, canOverwrite, NULL, OK, prevBook, shouldCreate, shouldRead, and shouldWrite.


Field Documentation

Definition at line 29 of file TextBookFactory.h.

Referenced by coopy::store::PolyBook::attach(), AttachConfig(), and show().

Definition at line 26 of file TextBookFactory.h.

Referenced by coopy::store::PolyBook::attach().

Definition at line 35 of file TextBookFactory.h.

Referenced by coopy::store::PolyBook::attach().


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines