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

Log in
Name

Password

 
 
FrontPage » RelationalStorage » BrewingIdeas »

InsertObject

def InsertObject(self, oid, serial, pre, status, data, datalen, version,
                 nv, dataserial):
do this sql:
INSERT INTO zodb_data (z_oid, z_serial, z_pre, z_status, z_data,
z_datalen, z_version, z_nv, z_dataserial)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)