SQLObjectVersionTable

This table is used to store information about the database and its version (used with record and update commands).


Attributes

a childName

None

a q

sqlobject_db_version

a updated

_SO_val_updated

a version

_SO_val_version

Methods

f __classinit__(cls, new_attrs) ...

f __init__(self, **kw) ...

f __sqlrepr__(self, db) ...

f __eq__(self, other) ...

f __ne__(self, other) ...

f __lt__(self, other) ...

f __le__(self, other) ...

f __gt__(self, other) ...

f __ge__(self, other) ...

See the source for more information.