|
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 70 of file DatabaseCon.h.
|
explicitdefault |
| std::vector< std::string > const * xrpl::DatabaseCon::Setup::commonPragma | ( | ) | const |
Definition at line 82 of file DatabaseCon.h.
| Config::StartUpType xrpl::DatabaseCon::Setup::startUp = Config::NORMAL |
Definition at line 74 of file DatabaseCon.h.
| bool xrpl::DatabaseCon::Setup::standAlone = false |
Definition at line 75 of file DatabaseCon.h.
| boost::filesystem::path xrpl::DatabaseCon::Setup::dataDir |
Definition at line 76 of file DatabaseCon.h.
| bool xrpl::DatabaseCon::Setup::useGlobalPragma = false |
Definition at line 79 of file DatabaseCon.h.
|
static |
Definition at line 92 of file DatabaseCon.h.
| std::array<std::string, 4> xrpl::DatabaseCon::Setup::txPragma |
Definition at line 93 of file DatabaseCon.h.
| std::array<std::string, 1> xrpl::DatabaseCon::Setup::lgrPragma |
Definition at line 94 of file DatabaseCon.h.