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
WsjcppStorageCreateTable Class Reference

#include <wsjcpp_storages.h>

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

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
 
WsjcppStorageColumnDefaddColumn (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< WsjcppStorageColumnDefm_vColumns
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ WsjcppStorageCreateTable()

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

Member Function Documentation

◆ addColumn()

WsjcppStorageColumnDef & WsjcppStorageCreateTable::addColumn ( const std::string &  sColumnName)

◆ getAppliedFailed()

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

Reimplemented from WsjcppStorageChanges.

◆ getAppliedSuccess()

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

Reimplemented from WsjcppStorageChanges.

◆ getColumns()

const std::vector< WsjcppStorageColumnDef > & WsjcppStorageCreateTable::getColumns ( ) const

◆ getStartApply()

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

Reimplemented from WsjcppStorageChanges.

◆ getType()

WsjcppStorageChangesType WsjcppStorageCreateTable::getType ( ) const
overridevirtual

Reimplemented from WsjcppStorageChanges.

Member Data Documentation

◆ m_vColumns

std::vector<WsjcppStorageColumnDef> WsjcppStorageCreateTable::m_vColumns
private

◆ TAG

std::string WsjcppStorageCreateTable::TAG
private

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