sqlobject.tests.test_cyclic_reference module¶
-
class
sqlobject.tests.test_cyclic_reference.
SOTestCyclicRefA
(**kw)[source]¶ Bases:
sqlobject.main.SQLObject
-
blobcol
¶
-
fkeyb
¶
-
fkeybID
¶
-
j
= test_cyclic_ref_a_table¶
-
name
¶
-
number
¶
-
q
= test_cyclic_ref_a_table¶
-
short
¶
-
so_time
¶
-
class
sqlmeta
(instance)[source]¶ Bases:
sqlobject.main.sqlmeta
-
childName
= None¶
-
columnDefinitions
= {'short': <StringCol b3aa076cL short>, 'so_time': <DateTimeCol b3c0972cL so_time>, 'fkeybID': <ForeignKey b420308cL fkeyb>, 'number': <IntCol b386a52cL number>, 'blobcol': <BLOBCol b42032ecL blobcol>, 'name': <StringCol b422deecL name>}¶
-
columnList
= [<SOStringCol name>, <SOIntCol number>, <SODateTimeCol so_time>, <SOStringCol short>, <SOBLOBCol blobcol>, <SOForeignKey fkeybID connected to SOTestCyclicRefB>]¶
-
columns
= {'short': <SOStringCol short>, 'so_time': <SODateTimeCol so_time>, 'fkeybID': <SOForeignKey fkeybID connected to SOTestCyclicRefB>, 'number': <SOIntCol number>, 'blobcol': <SOBLOBCol blobcol>, 'name': <SOStringCol name>}¶
-
idName
= 'test_id_here'¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
soClass
¶ alias of
SOTestCyclicRefA
-
style
= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table
= 'test_cyclic_ref_a_table'¶
-
-
-
class
sqlobject.tests.test_cyclic_reference.
SOTestCyclicRefB
(**kw)[source]¶ Bases:
sqlobject.main.SQLObject
-
blobcol
¶
-
fkeya
¶
-
fkeyaID
¶
-
j
= test_cyclic_ref_b_table¶
-
name
¶
-
number
¶
-
q
= test_cyclic_ref_b_table¶
-
short
¶
-
so_time
¶
-
class
sqlmeta
(instance)[source]¶ Bases:
sqlobject.main.sqlmeta
-
childName
= None¶
-
columnDefinitions
= {'fkeyaID': <ForeignKey b3c059ccL fkeya>, 'short': <StringCol b37cde0cL short>, 'so_time': <DateTimeCol b426dd0cL so_time>, 'number': <IntCol b3fe348cL number>, 'blobcol': <BLOBCol b3c05b4cL blobcol>, 'name': <StringCol b45490acL name>}¶
-
columnList
= [<SOStringCol name>, <SOIntCol number>, <SODateTimeCol so_time>, <SOStringCol short>, <SOBLOBCol blobcol>, <SOForeignKey fkeyaID connected to SOTestCyclicRefA>]¶
-
columns
= {'fkeyaID': <SOForeignKey fkeyaID connected to SOTestCyclicRefA>, 'short': <SOStringCol short>, 'so_time': <SODateTimeCol so_time>, 'number': <SOIntCol number>, 'blobcol': <SOBLOBCol blobcol>, 'name': <SOStringCol name>}¶
-
idName
= 'test_id_here'¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
soClass
¶ alias of
SOTestCyclicRefB
-
style
= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table
= 'test_cyclic_ref_b_table'¶
-
-