fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Attributes | List of all members
WsjcppStorageDropTable Class Reference

#include <wsjcpp_storages.h>

Inheritance diagram for WsjcppStorageDropTable:
Inheritance graph
[legend]
Collaboration diagram for WsjcppStorageDropTable:
Collaboration graph
[legend]

Public Member Functions

 WsjcppStorageDropTable (const std::string &sTableName)
 
virtual WsjcppStorageChangesType getType () const override
 
virtual std::string getStartApply () const override
 
virtual std::string getAppliedSuccess () const override
 
virtual std::string getAppliedFailed () const override
 
- Public Member Functions inherited from WsjcppStorageChanges
 WsjcppStorageChanges (const std::string &sTableName)
 
std::string getTableName () const
 

Private Attributes

std::string TAG
 

Additional Inherited Members

- Protected Attributes inherited from WsjcppStorageChanges
std::string TAG
 
std::string m_sTableName
 

Constructor & Destructor Documentation

◆ WsjcppStorageDropTable()

WsjcppStorageDropTable::WsjcppStorageDropTable ( const std::string &  sTableName)

Member Function Documentation

◆ getAppliedFailed()

std::string WsjcppStorageDropTable::getAppliedFailed ( ) const
overridevirtual

Reimplemented from WsjcppStorageChanges.

◆ getAppliedSuccess()

std::string WsjcppStorageDropTable::getAppliedSuccess ( ) const
overridevirtual

Reimplemented from WsjcppStorageChanges.

◆ getStartApply()

std::string WsjcppStorageDropTable::getStartApply ( ) const
overridevirtual

Reimplemented from WsjcppStorageChanges.

◆ getType()

WsjcppStorageChangesType WsjcppStorageDropTable::getType ( ) const
overridevirtual

Reimplemented from WsjcppStorageChanges.

Member Data Documentation

◆ TAG

std::string WsjcppStorageDropTable::TAG
private

The documentation for this class was generated from the following files: