sqlobject.inheritance.tests.test_aggregates module¶
-
class
sqlobject.inheritance.tests.test_aggregates.
SOTestAggregate1
(**kw)[source]¶ Bases:
sqlobject.inheritance.InheritableSQLObject
-
childName
¶
-
j
= so_test_aggregate1¶
-
q
= so_test_aggregate1¶
-
class
sqlmeta
(instance)¶ Bases:
sqlobject.inheritance.InheritableSQLMeta
-
childClasses
= {'SOTestAggregate2': <class 'sqlobject.inheritance.tests.test_aggregates.SOTestAggregate2'>}¶
-
childName
= None¶
-
columnDefinitions
= {'childName': <StringCol b4a33c0cL childName>, 'value1': <IntCol b4c624ecL value1>}¶
-
columnList
= [<SOIntCol value1>, <SOStringCol childName default=None>]¶
-
columns
= {'childName': <SOStringCol childName default=None>, 'value1': <SOIntCol value1>}¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
parentClass
= None¶
-
soClass
¶ alias of
SOTestAggregate1
-
table
= 'so_test_aggregate1'¶
-
-
SOTestAggregate1.
value1
¶
-
-
class
sqlobject.inheritance.tests.test_aggregates.
SOTestAggregate2
(**kw)[source]¶ Bases:
sqlobject.inheritance.tests.test_aggregates.SOTestAggregate1
-
childName
¶
-
j
= so_test_aggregate2¶
-
q
= so_test_aggregate2¶
-
class
sqlmeta
(instance)¶ Bases:
sqlobject.declarative.sqlmeta
-
childClasses
= {}¶
-
childName
= 'SOTestAggregate2'¶
-
columnDefinitions
= {'value2': <IntCol b4a3374cL value2>, 'childName': <StringCol b475e90cL childName>}¶
-
columnList
= [<SOIntCol value2>, <SOStringCol childName default=None>]¶
-
columns
= {'value2': <SOIntCol value2>, 'childName': <SOStringCol childName default=None>}¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
parentClass
¶ alias of
SOTestAggregate1
-
soClass
¶ alias of
SOTestAggregate2
-
table
= 'so_test_aggregate2'¶
-
-
SOTestAggregate2.
value1
¶
-
SOTestAggregate2.
value2
¶
-