CMS 3D CMS Logo

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

Static Public Attributes

tuple end_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, nullable=True)
 
tuple job = sqlalchemy.orm.relationship('O2OJob', primaryjoin="O2OJob.name==O2ORun.job_name")
 
tuple job_name = sqlalchemy.Column(sqlalchemy.ForeignKey(O2OJob.name), 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 47 of file o2olib.py.

Member Data Documentation

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

Definition at line 49 of file o2olib.py.

string o2olib.O2ORun.__tablename__ = 'O2O_RUN'
staticprivate

Definition at line 48 of file o2olib.py.

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

Definition at line 52 of file o2olib.py.

tuple o2olib.O2ORun.job = sqlalchemy.orm.relationship('O2OJob', primaryjoin="O2OJob.name==O2ORun.job_name")
static

Definition at line 56 of file o2olib.py.

tuple o2olib.O2ORun.job_name = sqlalchemy.Column(sqlalchemy.ForeignKey(O2OJob.name), primary_key=True)
static

Definition at line 50 of file o2olib.py.

Referenced by o2olib.O2ORunMgr.endJob().

tuple o2olib.O2ORun.log = sqlalchemy.Column(sqlalchemy.CLOB, nullable=True)
static
tuple o2olib.O2ORun.start_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, primary_key=True)
static

Definition at line 51 of file o2olib.py.

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

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

Definition at line 53 of file o2olib.py.