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