OmniSciDB
c1a53651b2
|
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 |
![]() | |
DdlCommandData (const std::string &ddl_statement) | |
virtual | ~DdlCommandData () |
Public Attributes | |
rapidjson::Document | ddl_query |
Definition at line 249 of file DdlCommandExecutor.cpp.
anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::DdlCommandDataImpl | ( | const std::string & | ddl_statement | ) |
Definition at line 266 of file DdlCommandExecutor.cpp.
References ddl_query.
|
override |
Definition at line 271 of file DdlCommandExecutor.cpp.
|
overridevirtual |
Implements DdlCommandData.
Definition at line 283 of file DdlCommandExecutor.cpp.
References ddl_query, and payload().
const rapidjson::Value & anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::payload | ( | ) | const |
Definition at line 277 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 273 of file DdlCommandExecutor.cpp.
References ddl_query.
rapidjson::Document anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl::ddl_query |
Definition at line 263 of file DdlCommandExecutor.cpp.
Referenced by commandStr(), DdlCommandDataImpl(), payload(), and query().