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
dtm.EEResponsesTable.EEResponsesTable Class Reference
Inheritance diagram for dtm.EEResponsesTable.EEResponsesTable:
Collaboration diagram for dtm.EEResponsesTable.EEResponsesTable:

Public Member Functions

def __init__ (self)
 

Static Public Attributes

 id = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
 
 data = sqlalchemy.Column(sqlalchemy.Text, unique=False, index=False)
 

Static Private Attributes

string __tablename__ = "ee_responses_table"
 
dictionary __table_args__ = {'mysql_engine': 'MyISAM'}
 

Detailed Description

Definition at line 17 of file EEResponsesTable.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EEResponsesTable.EEResponsesTable.__init__ (   self)

Definition at line 25 of file EEResponsesTable.py.

25  def __init__(self):
26  pass
27 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ __table_args__

dictionary dtm.EEResponsesTable.EEResponsesTable.__table_args__ = {'mysql_engine': 'MyISAM'}
staticprivate

Definition at line 19 of file EEResponsesTable.py.

◆ __tablename__

string dtm.EEResponsesTable.EEResponsesTable.__tablename__ = "ee_responses_table"
staticprivate

Definition at line 18 of file EEResponsesTable.py.

◆ data

dtm.EEResponsesTable.EEResponsesTable.data = sqlalchemy.Column(sqlalchemy.Text, unique=False, index=False)
static

Definition at line 22 of file EEResponsesTable.py.

◆ id

dtm.EEResponsesTable.EEResponsesTable.id = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
static

Definition at line 21 of file EEResponsesTable.py.


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