OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
Loading...
Searching...
No Matches
full_model::UserEditor Class Referenceexport
module FullModel

[USER_EDITOR] User editor More...

Public Types

using BinderType = full_binder::UserEditor
 

Static Public Member Functions

static const std::string & TableName ()
 Returns the table name.
 
static const std::unordered_set< std::string > & ColumnNames ()
 Returns a set of column names for the table.
 
static const std::vector< std::string > & OrderedColumnNames ()
 Returns an ordered vector of column names for the table.
 
static const std::unordered_set< std::string > & BlobColumns ()
 Returns a set of blob column names for the table.
 
static const modelUtil::DbType DbType ()
 Returns the associated database type for the table.
 
static const std::vector< std::string > & PrimaryKey ()
 Returns the columns associated with the table's Primary Key.
 

Public Attributes

std::string CharId
 Column [strCharID]: Character identifier.
 
std::string AccountId
 Column [strAccountID]: Account identifier.
 
std::string OpId
 Column [strOpID]: Op identifier.
 
std::string OpIP
 Column [strOpIP]: Op IP address.
 
std::vector< uint8_t > OldUserValue
 Column [strOldUserValue]: Old user value.
 
std::vector< uint8_t > NewUserValue
 Column [strNewUserValue]: New user value.
 
std::vector< uint8_t > OldUserSkill
 Column [strOldUserSkill]: Old user skill.
 
std::vector< uint8_t > NewUserSkill
 Column [strNewUserSkill]: New user skill.
 
std::vector< uint8_t > OldUserItem
 Column [strOldUserItem]: Old user item.
 
std::vector< uint8_t > NewUserItem
 Column [strNewUserItem]: New user item.
 
std::vector< uint8_t > OldWarehouseValue
 Column [strOldWHValue]: Old warehouse value.
 
std::vector< uint8_t > NewWarehouseValue
 Column [strNewWHValue]: New warehouse value.
 
std::vector< uint8_t > OldWarehouseItem
 Column [strOldWHItem]: Old warehouse item.
 
std::vector< uint8_t > NewWarehouseItem
 Column [strNewWHItem]: New warehouse item.
 
std::time_t EditorTime
 Column [EditorTime]: Record create time.
 

Detailed Description

[USER_EDITOR] User editor

GAME Database - Full Library
USER_EDITOR User editor

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