|
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 | |
| WsjcppStorageCreateTable (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 |
| WsjcppStorageColumnDef & | addColumn (const std::string &sColumnName) |
| const std::vector< WsjcppStorageColumnDef > & | getColumns () const |
Public Member Functions inherited from WsjcppStorageChanges | |
| WsjcppStorageChanges (const std::string &sTableName) | |
| std::string | getTableName () const |
Private Attributes | |
| std::string | TAG |
| std::vector< WsjcppStorageColumnDef > | m_vColumns |
Additional Inherited Members | |
Protected Attributes inherited from WsjcppStorageChanges | |
| std::string | TAG |
| std::string | m_sTableName |
| WsjcppStorageCreateTable::WsjcppStorageCreateTable | ( | const std::string & | sTableName | ) |
| WsjcppStorageColumnDef & WsjcppStorageCreateTable::addColumn | ( | const std::string & | sColumnName | ) |
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
| const std::vector< WsjcppStorageColumnDef > & WsjcppStorageCreateTable::getColumns | ( | ) | const |
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
overridevirtual |
Reimplemented from WsjcppStorageChanges.
|
private |
|
private |
1.8.13