OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
[COPY_SERIAL_ITEM] TODO: Doc More...
Public Types | |
using | BinderType = full_binder::CopySerialItem |
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::optional< std::vector< uint8_t > > | UserId |
Column [strUserId]: User Identifier. | |
std::optional< uint8_t > | Type |
Column [byType]: Type. | |
std::optional< int16_t > | Pos |
Column [nPos]: nPos: TODO. | |
std::optional< std::vector< uint8_t > > | ItemNum |
Column [ItemNum]: Item Number. | |
std::optional< std::vector< uint8_t > > | ItemSerial |
Column [ItemSerial]: Item Serial. | |
[COPY_SERIAL_ITEM] TODO: Doc