def __init__(self, session, node, parent):
     SimpleResultSetStore.__init__(self, session, node, parent)
     PostgresStore.__init__(self, session, node, parent)
Example #2
0
 def __init__(self, session, node, parent):
     SimpleRecordStore.__init__(self, session, node, parent)
     PostgresStore.__init__(self, session, node, parent)
Example #3
0
 def __init__(self, session, node, parent):
     PostgresStore.__init__(self, session, node, parent)
Example #4
0
 def __init__(self, session, node, parent):
     SimpleDocumentStore.__init__(self, session, node, parent)
     PostgresStore.__init__(self, session, node, parent)
 def __init__(self, session, node, parent):
     SimpleDocumentStore.__init__(self, session, node, parent)
     PostgresStore.__init__(self, session, node, parent)
Example #6
0
 def __init__(self, session, node, parent):
     PostgresStore.__init__(self, session, node, parent)