OpenM++ runtime library (libopenm)
openm::TableDicRow Struct Reference

table_dic table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::TableDicRow:
Collaboration diagram for openm::TableDicRow:

Public Member Functions

 TableDicRow (int i_modelId, int i_tableId)
 create row with supplied key field values.
 
 TableDicRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const TableDicRow &i_left, const TableDicRow &i_right)
 less comparator by unique key: model id, model table id.
 
static bool isKeyEqual (const TableDicRow &i_left, const TableDicRow &i_right)
 equal comparator by primary key: model id, table id.
 
static vector< TableDicRow >::const_iterator byKey (int i_modelId, int i_tableId, const vector< TableDicRow > &i_rowVec)
 find row by unique key: model id, model table id.
 
- Static Public Member Functions inherited from openm::IMetaRow< TableDicRow >
static bool keyLess (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right)
 less comparator by row primary key.
 
static bool keyEqual (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right)
 equal comparator by row primary key.
 

Public Attributes

int modelId
 model_id INT NOT NULL

 
int tableId
 table_id INT NOT NULL

 
string tableName
 table_name VARCHAR(255) NOT NULL
 
int tableHid
 table_hid INT NOT NULL, – unique table id
 
string digest
 table_digest VARCHAR(32) NOT NULL

 
bool isUser
 is_user SMALLINT NOT NULL

 
int rank
 table_rank INT NOT NULL

 
bool isSparse
 is_sparse SMALLINT NOT NULL

 
string dbExprTable
 db_expr_table VARCHAR(64) NOT NULL
 
string dbAccTable
 db_acc_table VARCHAR(64) NOT NULL
 
string dbAccAll
 db_acc_all_view VARCHAR(64) NOT NULL
 
int exprPos
 expr_dim_pos INT NOT NULL

 
bool isHidden
 is_hidden SMALLINT NOT NULL

 
string importDigest
 import_digest VARCHAR(32) NOT NULL
 

Detailed Description

table_dic table row.


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