OmniSciDB
a5dc49c757
|
Public Member Functions | |
DdlCommandDataImpl (const std::string &ddl_statement) | |
~DdlCommandDataImpl () override | |
const rapidjson::Value & | query () const |
const rapidjson::Value & | payload () const |
std::string | commandStr () override |
Public Member Functions inherited from DdlCommandData | |
DdlCommandData (const std::string &ddl_statement) | |
virtual | ~DdlCommandData () |
Public Attributes | |
rapidjson::Document | ddl_query |
Definition at line 442 of file DdlCommandExecutor.cpp.
anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::DdlCommandDataImpl | ( | const std::string & | ddl_statement | ) |
Definition at line 459 of file DdlCommandExecutor.cpp.
References ddl_query.
|
override |
Definition at line 464 of file DdlCommandExecutor.cpp.
|
overridevirtual |
Implements DdlCommandData.
Definition at line 476 of file DdlCommandExecutor.cpp.
References ddl_query, and payload().
const rapidjson::Value & anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::payload | ( | ) | const |
Definition at line 470 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 466 of file DdlCommandExecutor.cpp.
References ddl_query.
rapidjson::Document anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::ddl_query |
Definition at line 456 of file DdlCommandExecutor.cpp.
Referenced by commandStr(), DdlCommandDataImpl(), payload(), and query().