OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
[USER_EDITOR_ITEM] User editor item More...
Public Types | |
using | BinderType = full_binder::UserEditorItem |
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(erator?) identifier. | |
std::string | OpIP |
Column [strOpIP]: Op IP address. | |
int16_t | DbIndex = {} |
Column [sDBIndex]: DbIndex. | |
int16_t | Pos = {} |
Column [sPos]: Pos. | |
uint8_t | Type = {} |
Column [byType]: Type. | |
int32_t | ItemId1 = {} |
Column [nItemID1]: Item 1 identifier. | |
int32_t | ItemId2 = {} |
Column [nItemID2]: Item 2 identifier. | |
std::optional< std::time_t > | UpdateTime |
Column [UpdateTime]: Update time. | |
[USER_EDITOR_ITEM] User editor item