|
fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <wsjcpp_storages.h>


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 |
| WsjcppStorageDropTable::WsjcppStorageDropTable | ( | const std::string & | sTableName | ) |
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
private |
1.8.13