sqlobject.tests.test_basic module¶
-
class
sqlobject.tests.test_basic.SOTestSO1(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o1¶
-
name¶
-
passwd¶
-
q= so_test_s_o1¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
cacheValues= False¶
-
childName= None¶
-
columnDefinitions= {'passwd': <StringCol b3b0356cL passwd>, 'name': <StringCol b3af5a8cL name>}¶
-
columnList= [<SOStringCol name>, <SOStringCol passwd>]¶
-
columns= {'passwd': <SOStringCol passwd>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o1'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO10(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o10¶
-
name¶
-
q= so_test_s_o10¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b501be8cL name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
SOTestSO10
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o10'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO11(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o11¶
-
name¶
-
other¶
-
otherID¶
-
q= so_test_s_o11¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'otherID': <ForeignKey b47061ecL other>, 'name': <StringCol b4706d2cL name>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO10>]¶
-
columns= {'otherID': <SOForeignKey otherID default=None connected to SOTestSO10>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
SOTestSO11
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o11'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO12(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o12¶
-
name¶
-
q= so_test_s_o12¶
-
so_value¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'so_value': <IntCol b57cf26cL so_value>, 'name': <StringCol b57cf28cL name>}¶
-
columnList= [<SOStringCol name>, <SOIntCol so_value>]¶
-
columns= {'so_value': <SOIntCol so_value>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
SOTestSO12
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o12'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO2(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o2¶
-
name¶
-
passwd¶
-
q= so_test_s_o2¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'passwd': <StringCol b3d4cf8cL passwd>, 'name': <StringCol b3aca72cL name>}¶
-
columnList= [<SOStringCol name>, <SOStringCol passwd>]¶
-
columns= {'passwd': <SOStringCol passwd>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o2'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO3(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o3¶
-
name¶
-
other¶
-
other2¶
-
other2ID¶
-
otherID¶
-
q= so_test_s_o3¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'otherID': <ForeignKey b494020cL other>, 'name': <StringCol b58021ccL name>, 'other2ID': <KeyCol b4940aacL other2>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO4>, <SOKeyCol other2ID default=None connected to SOTestSO4>]¶
-
columns= {'otherID': <SOForeignKey otherID default=None connected to SOTestSO4>, 'name': <SOStringCol name>, 'other2ID': <SOKeyCol other2ID default=None connected to SOTestSO4>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o3'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO4(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o4¶
-
me¶
-
q= so_test_s_o4¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'me': <StringCol b3b96a6cL me>}¶
-
columnList= [<SOStringCol me>]¶
-
columns= {'me': <SOStringCol me>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o4'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO5(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
another¶
-
anotherID¶
-
j= so_test_s_o5¶
-
name¶
-
other¶
-
otherID¶
-
q= so_test_s_o5¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'otherID': <ForeignKey b3b3124cL other>, 'anotherID': <ForeignKey b43d436cL another>, 'name': <StringCol b3b9654cL name>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO6>, <SOForeignKey anotherID default=None connected to SOTestSO7>]¶
-
columns= {'otherID': <SOForeignKey otherID default=None connected to SOTestSO6>, 'anotherID': <SOForeignKey anotherID default=None connected to SOTestSO7>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o5'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO6(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o6¶
-
name¶
-
other¶
-
otherID¶
-
q= so_test_s_o6¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'otherID': <ForeignKey b44231ccL other>, 'name': <StringCol b44238ccL name>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO7>]¶
-
columns= {'otherID': <SOForeignKey otherID default=None connected to SOTestSO7>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o6'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO7(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o7¶
-
name¶
-
q= so_test_s_o7¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b577f96cL name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o7'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO8(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o8¶
-
name¶
-
other¶
-
otherID¶
-
q= so_test_s_o8¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'otherID': <ForeignKey b577fc0cL other>, 'name': <StringCol b3a8f7ccL name>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO9>]¶
-
columns= {'otherID': <SOForeignKey otherID default=None connected to SOTestSO9>, 'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o8'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO9(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o9¶
-
name¶
-
q= so_test_s_o9¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b40f55acL name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o9'¶
-
-
-
class
sqlobject.tests.test_basic.Student(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
is_smart¶
-
j= student¶
-
q= student¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'is_smart': <BoolCol b3b795acL is_smart>}¶
-
columnList= [<SOBoolCol is_smart>]¶
-
columns= {'is_smart': <SOBoolCol is_smart>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'student'¶
-
-