Definition at line 47 of file o2olib.py.
dictionary o2olib.O2ORun.__table_args__ = {'schema' : schema_name} |
|
staticprivate |
string o2olib.O2ORun.__tablename__ = 'O2O_RUN' |
|
staticprivate |
tuple o2olib.O2ORun.end_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, nullable=True) |
|
static |
tuple o2olib.O2ORun.job = sqlalchemy.orm.relationship('O2OJob', primaryjoin="O2OJob.name==O2ORun.job_name") |
|
static |
tuple o2olib.O2ORun.job_name = sqlalchemy.Column(sqlalchemy.ForeignKey(O2OJob.name), primary_key=True) |
|
static |
tuple o2olib.O2ORun.log = sqlalchemy.Column(sqlalchemy.CLOB, nullable=True) |
|
static |
tuple o2olib.O2ORun.start_time = sqlalchemy.Column(sqlalchemy.TIMESTAMP, primary_key=True) |
|
static |
tuple o2olib.O2ORun.status_code = sqlalchemy.Column(sqlalchemy.Integer, nullable=False) |
|
static |