sqlobject.tests.test_schema module¶
-
class
sqlobject.tests.test_schema.SOTestSchema(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
property
foo¶
-
j= so_test_schema¶
-
q= so_test_schema¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'foo': <UnicodeCol b4ad6c4c foo>}¶
-
columnList= [<SOUnicodeCol foo>]¶
-
columns= {'foo': <SOUnicodeCol foo>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_schema'¶
-
-
property