SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Utils Namespace Reference

The SWC-DB Utilities Applications C++ namespace 'SWC::Utils'. More...

Namespaces

 LoadGenerator
 The SWC-DB Load-Generator C++ namespace 'SWC::Utils::LoadGenerator'.
 
 shell
 The SWC-DB Shell C++ namespace 'SWC::Utils::shell'.
 

Functions

int run (const std::string &cmd, bool custom=false)
 
int not_implemented (const std::string &cmd)
 

Detailed Description

The SWC-DB Utilities Applications C++ namespace 'SWC::Utils'.

Function Documentation

◆ not_implemented()

int SWC::Utils::not_implemented ( const std::string &  cmd)

Definition at line 57 of file main.cc.

References SWC::LOG_ERROR, and SWC_LOGF.

Referenced by main().

+ Here is the caller graph for this function:

◆ run()

int SWC::Utils::run ( const std::string &  cmd,
bool  custom = false 
)

Definition at line 13 of file main.cc.

References SWC::Error::CONFIG_BAD_VALUE, SWC::Env::Config::get(), SWC::Env::Config::settings(), SWC_CAN_QUICK_EXIT, SWC_DSO_EXT, and SWC_THROWF.

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: