40#ifndef WOSS_DB_CREATOR_H
41#define WOSS_DB_CREATOR_H
94 bool isUsingDebug()
const {
return debug; }
99 ::std::string getDbPathName()
const {
return pathname; }
Abstract class that provides the interface of database creator ( Factory object )
Definition woss-db-creator.h:64
bool woss_db_debug
Definition woss-db-creator.h:113
virtual bool initializeDb(WossDb *const woss_db)=0
Definition woss-db-creator.cpp:61
virtual WossDb *const createWossDb()=0
WossDbCreator()
Definition woss-db-creator.cpp:47
::std::string pathname
Definition woss-db-creator.h:119
bool debug
Definition woss-db-creator.h:108
Abstract class that provides the interface of databases.
Definition woss-db.h:89