sqlobject.inheritance.tests.test_inheritance_tree module¶
-
class
sqlobject.inheritance.tests.test_inheritance_tree.Tree1(**kw)[source]¶ Bases:
sqlobject.inheritance.InheritableSQLObject-
aprop¶
-
childName¶
-
j= tree1¶
-
q= tree1¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.inheritance.InheritableSQLMeta-
childClasses= {'Tree3': <class 'sqlobject.inheritance.tests.test_inheritance_tree.Tree3'>, 'Tree2': <class 'sqlobject.inheritance.tests.test_inheritance_tree.Tree2'>}¶
-
childName= None¶
-
columnDefinitions= {'childName': <StringCol b4adbe2cL childName>, 'aprop': <StringCol b49aa72cL aprop>}¶
-
columnList= [<SOStringCol aprop>, <SOStringCol childName default=None>]¶
-
columns= {'childName': <SOStringCol childName default=None>, 'aprop': <SOStringCol aprop>}¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
parentClass= None¶
-
table= 'tree1'¶
-
-
-
class
sqlobject.inheritance.tests.test_inheritance_tree.Tree2(**kw)[source]¶ Bases:
sqlobject.inheritance.tests.test_inheritance_tree.Tree1-
aprop¶
-
bprop¶
-
childName¶
-
j= tree2¶
-
q= tree2¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.declarative.sqlmeta-
childClasses= {'Tree5': <class 'sqlobject.inheritance.tests.test_inheritance_tree.Tree5'>, 'Tree4': <class 'sqlobject.inheritance.tests.test_inheritance_tree.Tree4'>}¶
-
childName= 'Tree2'¶
-
columnDefinitions= {'bprop': <StringCol b49aafacL bprop>, 'childName': <StringCol b580f70cL childName>}¶
-
columnList= [<SOStringCol bprop>, <SOStringCol childName default=None>]¶
-
columns= {'bprop': <SOStringCol bprop>, 'childName': <SOStringCol childName default=None>}¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
table= 'tree2'¶
-
-
-
class
sqlobject.inheritance.tests.test_inheritance_tree.Tree3(**kw)[source]¶ Bases:
sqlobject.inheritance.tests.test_inheritance_tree.Tree1-
aprop¶
-
childName¶
-
cprop¶
-
j= tree3¶
-
q= tree3¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.declarative.sqlmeta-
childClasses= {}¶
-
childName= 'Tree3'¶
-
columnDefinitions= {'cprop': <StringCol b4ab55ecL cprop>, 'childName': <StringCol b4adbc8cL childName>}¶
-
columnList= [<SOStringCol cprop>, <SOStringCol childName default=None>]¶
-
columns= {'cprop': <SOStringCol cprop>, 'childName': <SOStringCol childName default=None>}¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
table= 'tree3'¶
-
-
-
class
sqlobject.inheritance.tests.test_inheritance_tree.Tree4(**kw)[source]¶ Bases:
sqlobject.inheritance.tests.test_inheritance_tree.Tree2-
bprop¶
-
childName¶
-
dprop¶
-
j= tree4¶
-
q= tree4¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.declarative.sqlmeta-
childClasses= {}¶
-
childName= 'Tree4'¶
-
columnDefinitions= {'dprop': <StringCol b47038acL dprop>, 'childName': <StringCol b453382cL childName>}¶
-
columnList= [<SOStringCol dprop>, <SOStringCol childName default=None>]¶
-
columns= {'dprop': <SOStringCol dprop>, 'childName': <SOStringCol childName default=None>}¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
table= 'tree4'¶
-
-
-
class
sqlobject.inheritance.tests.test_inheritance_tree.Tree5(**kw)[source]¶ Bases:
sqlobject.inheritance.tests.test_inheritance_tree.Tree2-
bprop¶
-
childName¶
-
eprop¶
-
j= tree5¶
-
q= tree5¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.declarative.sqlmeta-
childClasses= {}¶
-
childName= 'Tree5'¶
-
columnDefinitions= {'eprop': <StringCol b4c0a66cL eprop>, 'childName': <StringCol b4adbeccL childName>}¶
-
columnList= [<SOStringCol eprop>, <SOStringCol childName default=None>]¶
-
columns= {'eprop': <SOStringCol eprop>, 'childName': <SOStringCol childName default=None>}¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
table= 'tree5'¶
-
-