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' |
|
staticprivate |
|
static |
|
static |
Definition at line 46 of file o2o.py.
Referenced by o2o.O2ORunMgr.endJob(), and o2o.O2ORunMgr.startJob().
|
static |
Definition at line 50 of file o2o.py.
Referenced by conditionUploadTest.UploadTest.upload().
|
static |
Definition at line 47 of file o2o.py.
Referenced by progressbar.ProgressBar.__next__(), and progressbar.ProgressBar.update().