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 b3eb46ecL short>, 'so_time': <DateTimeCol b3eb408cL so_time>, 'fkeybID': <ForeignKey b3eb458cL fkeyb>, 'number': <IntCol b3eb404cL number>, 'blobcol': <BLOBCol b3eb4eacL blobcol>, 'name': <StringCol b3eb42ecL 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 b3ea992cL fkeya>, 'short': <StringCol b3ea9fccL short>, 'so_time': <DateTimeCol b3ea9a4cL so_time>, 'number': <IntCol b535452cL number>, 'blobcol': <BLOBCol b3ea96ccL blobcol>, 'name': <StringCol b3eb2becL 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'¶
-
-