HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftests_db_in_memory.TasksDataTable Class Reference

Class describes structures of task item used in TaskDataManager module. More...

Inheritance diagram for ftests_db_in_memory.TasksDataTable:
Collaboration diagram for ftests_db_in_memory.TasksDataTable:

Static Public Attributes

 tableid = Column(Integer, primary_key=True)
 
 id = Column(Integer, unique=True, index=True)
 
 data = Column(String, unique=False, index=False)
 

Static Private Attributes

string __tablename__ = "tasks_data_table"
 

Detailed Description

Class describes structures of task item used in TaskDataManager module.

Definition at line 272 of file ftests_db_in_memory.py.

Member Data Documentation

◆ __tablename__

string ftests_db_in_memory.TasksDataTable.__tablename__ = "tasks_data_table"
staticprivate

Definition at line 273 of file ftests_db_in_memory.py.

◆ data

ftests_db_in_memory.TasksDataTable.data = Column(String, unique=False, index=False)
static

Definition at line 276 of file ftests_db_in_memory.py.

◆ id

ftests_db_in_memory.TasksDataTable.id = Column(Integer, unique=True, index=True)
static

Definition at line 275 of file ftests_db_in_memory.py.

◆ tableid

ftests_db_in_memory.TasksDataTable.tableid = Column(Integer, primary_key=True)
static

Definition at line 274 of file ftests_db_in_memory.py.


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