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
TasksDataTable.py File Reference

Go to the source code of this file.

Classes

class  dtm.TasksDataTable.TasksDataTable
 

Namespaces

 dtm.TasksDataTable
 

Functions

def dtm.TasksDataTable.__init__ (self)
 

Variables

 dtm.TasksDataTable.Base = declarative_base()
 Class describes structures of task item used in TaskDataManager module. More...
 
string dtm.TasksDataTable.__tablename__ = "tasks_data_table"
 
dictionary dtm.TasksDataTable.__table_args__ = {'mysql_engine': 'MyISAM'}
 
 dtm.TasksDataTable.id = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
 
 dtm.TasksDataTable.data = sqlalchemy.Column(sqlalchemy.Text, unique=False, index=False)