|
rippled
|
#include <DatabaseCon.h>

Public Member Functions | |
| Setup ()=default | |
| std::vector< std::string > const * | commonPragma () const |
Public Attributes | |
| Config::StartUpType | startUp = Config::NORMAL |
| bool | standAlone = false |
| boost::filesystem::path | dataDir |
| bool | useGlobalPragma = false |
| std::array< std::string, 4 > | txPragma |
| std::array< std::string, 1 > | lgrPragma |
Static Public Attributes | |
| static std::unique_ptr< std::vector< std::string > const > | globalPragma |
Definition at line 88 of file DatabaseCon.h.
|
explicitdefault |
| std::vector< std::string > const * ripple::DatabaseCon::Setup::commonPragma | ( | ) | const |
Definition at line 100 of file DatabaseCon.h.
| Config::StartUpType ripple::DatabaseCon::Setup::startUp = Config::NORMAL |
Definition at line 92 of file DatabaseCon.h.
| bool ripple::DatabaseCon::Setup::standAlone = false |
Definition at line 93 of file DatabaseCon.h.
| boost::filesystem::path ripple::DatabaseCon::Setup::dataDir |
Definition at line 94 of file DatabaseCon.h.
| bool ripple::DatabaseCon::Setup::useGlobalPragma = false |
Definition at line 97 of file DatabaseCon.h.
|
static |
Definition at line 110 of file DatabaseCon.h.
| std::array<std::string, 4> ripple::DatabaseCon::Setup::txPragma |
Definition at line 111 of file DatabaseCon.h.
| std::array<std::string, 1> ripple::DatabaseCon::Setup::lgrPragma |
Definition at line 112 of file DatabaseCon.h.