CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Attributes | Static Private Attributes
o2o.O2ORun Class Reference
Inheritance diagram for o2o.O2ORun:

Static Public Attributes

tuple end_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, nullable=True)
 
tuple job_name = sqlalchemy.Column(sqlalchemy.String(100), primary_key=True)
 
tuple log = sqlalchemy.Column(sqlalchemy.CLOB, nullable=True)
 
tuple start_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, primary_key=True)
 
tuple status_code = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
 

Static Private Attributes

dictionary __table_args__ = {'schema' : schema_name}
 
string __tablename__ = 'O2O_RUN'
 

Detailed Description

Definition at line 43 of file o2o.py.

Member Data Documentation

dictionary o2o.O2ORun.__table_args__ = {'schema' : schema_name}
staticprivate

Definition at line 45 of file o2o.py.

string o2o.O2ORun.__tablename__ = 'O2O_RUN'
staticprivate

Definition at line 44 of file o2o.py.

tuple o2o.O2ORun.end_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, nullable=True)
static

Definition at line 48 of file o2o.py.

tuple o2o.O2ORun.job_name = sqlalchemy.Column(sqlalchemy.String(100), primary_key=True)
static

Definition at line 46 of file o2o.py.

Referenced by o2o.O2ORunMgr.endJob(), and o2o.O2ORunMgr.startJob().

tuple o2o.O2ORun.log = sqlalchemy.Column(sqlalchemy.CLOB, nullable=True)
static

Definition at line 50 of file o2o.py.

Referenced by conditionUploadTest.UploadTest.upload().

tuple o2o.O2ORun.start_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, primary_key=True)
static

Definition at line 47 of file o2o.py.

Referenced by progressbar.ProgressBar.__next__(), and progressbar.ProgressBar.update().

tuple o2o.O2ORun.status_code = sqlalchemy.Column(sqlalchemy.Integer, nullable=False)
static

Definition at line 49 of file o2o.py.