OmniSciDB
bf83d84833
|
Public Member Functions | |
DdlCommandDataImpl (const std::string &ddl_statement) | |
~DdlCommandDataImpl () | |
const rapidjson::Value & | query () const |
const rapidjson::Value & | payload () const |
virtual std::string | commandStr () override |
![]() | |
DdlCommandData (const std::string &ddl_statement) | |
virtual | ~DdlCommandData () |
Public Attributes | |
rapidjson::Document | ddl_query |
Definition at line 250 of file DdlCommandExecutor.cpp.
anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::DdlCommandDataImpl | ( | const std::string & | ddl_statement | ) |
Definition at line 267 of file DdlCommandExecutor.cpp.
References ddl_query.
anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::~DdlCommandDataImpl | ( | ) |
Definition at line 272 of file DdlCommandExecutor.cpp.
|
overridevirtual |
Implements DdlCommandData.
Definition at line 284 of file DdlCommandExecutor.cpp.
References ddl_query, and payload().
const rapidjson::Value & anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::payload | ( | ) | const |
Definition at line 278 of file DdlCommandExecutor.cpp.
References CHECK, and ddl_query.
Referenced by commandStr(), and anonymous_namespace{DdlCommandExecutor.cpp}::extractPayload().
const rapidjson::Value & anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::query | ( | ) | const |
Definition at line 274 of file DdlCommandExecutor.cpp.
References ddl_query.
rapidjson::Document anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::ddl_query |
Definition at line 264 of file DdlCommandExecutor.cpp.
Referenced by commandStr(), DdlCommandDataImpl(), payload(), and query().