CMS 3D CMS Logo

List of all members | Static Public Attributes | Static Private Attributes
o2olib.O2ORun Class Reference
Inheritance diagram for o2olib.O2ORun:

Static Public Attributes

 end_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, nullable=True)
 
 job = sqlalchemy.orm.relationship('O2OJob', primaryjoin="O2OJob.name==O2ORun.job_name")
 
 job_name = sqlalchemy.Column(sqlalchemy.ForeignKey(O2OJob.name), primary_key=True)
 
 log = sqlalchemy.Column(sqlalchemy.CLOB, nullable=True)
 
 start_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, primary_key=True)
 
 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

◆ __table_args__

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

Definition at line 49 of file o2olib.py.

◆ __tablename__

string o2olib.O2ORun.__tablename__ = 'O2O_RUN'
staticprivate

Definition at line 48 of file o2olib.py.

◆ end_time

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

Definition at line 52 of file o2olib.py.

◆ job

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

Definition at line 56 of file o2olib.py.

◆ job_name

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().

◆ log

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

◆ start_time

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().

◆ status_code

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

Definition at line 53 of file o2olib.py.