You are not logged in Log in Join
You are here: Home » Members » jim » ZODB » zodb_trans

Log in
Name

Password

 
 
FrontPage » RelationalStorage » RelationalStorageTableStructures »

zodb_trans

Table zodb_trans

NameDescriptionStoringDb field type
z_serial Transaction ID as serial number String representation of serial from binascii.b2a_base64 CHAR(12) PRIMARY KEY NOT NULL
z_status Status code used primarily for nontransactional RDB's Single-byte string CHAR(1)
z_user Username String up to 65kb very long VARCHAR, or BLOB or LONG
z_desc Transaction description String up to 65kb very long VARCHAR, or BLOB or LONG
z_ext Extension data Pickle LONG RAW or BLOB