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 b565f08cL passwd>, 'name': <StringCol b3b838ccL 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 b552892cL 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 b3ad87ecL other>, 'name': <StringCol b3ad8f2cL 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 b3ad8e2cL so_value>, 'name': <StringCol b3ad8e4cL 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 b4ec98ecL passwd>, 'name': <StringCol b4a276ccL 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 b57b568cL other>, 'name': <StringCol b4414bacL name>, 'other2ID': <KeyCol b545e40cL 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 b57d598cL 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 b3c5866cL other>, 'anotherID': <ForeignKey b3c581ccL another>, 'name': <StringCol b3c58e8cL 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 b3b69b8cL other>, 'name': <StringCol b4e3f28cL 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 b4fb6d0cL 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 b384e7ccL other>, 'name': <StringCol b384ea6cL 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 b3bc4cacL 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 b57df18cL 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'¶
-
-