sqlobject.tests.test_lazy module¶
-
class
sqlobject.tests.test_lazy.
Lazy
(**kw)[source]¶ Bases:
sqlobject.main.SQLObject
-
j
= lazy¶
-
name
¶
-
other
¶
-
q
= lazy¶
-
class
sqlmeta
(instance)¶ Bases:
sqlobject.main.sqlmeta
-
childName
= None¶
-
columnDefinitions
= {'other': <StringCol b382ac2cL other>, 'name': <StringCol b3fdf72cL name>, 'third': <StringCol b382ac8cL third>}¶
-
columnList
= [<SOStringCol name>, <SOStringCol other default='nothing'>, <SOStringCol third default='third'>]¶
-
columns
= {'other': <SOStringCol other default='nothing'>, 'name': <SOStringCol name>, 'third': <SOStringCol third default='third'>}¶
-
idName
= 'id'¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
lazyUpdate
= True¶
-
style
= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table
= 'lazy'¶
-
-
Lazy.
third
¶
-