sqlobject.tests.test_basic module¶
-
class
sqlobject.tests.test_basic.SOTestSO1(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o1¶
-
property
name¶
-
property
passwd¶
-
q= so_test_s_o1¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
cacheValues= False¶
-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a3cfec name>, 'passwd': <StringCol b4b7522c passwd>}¶
-
columnList= [<SOStringCol name>, <SOStringCol passwd>]¶
-
columns= {'name': <SOStringCol name>, 'passwd': <SOStringCol passwd>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO1
-
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¶
-
property
name¶
-
q= so_test_s_o10¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a4d44c name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶
-
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¶
-
property
name¶
-
property
other¶
-
property
otherID¶
-
q= so_test_s_o11¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a8682c name>, 'otherID': <ForeignKey b4a86cac other>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO10>]¶
-
columns= {'name': <SOStringCol name>, 'otherID': <SOForeignKey otherID default=None connected to SOTestSO10>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶
-
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¶
-
property
name¶
-
q= so_test_s_o12¶
-
property
so_value¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a889ac name>, 'so_value': <IntCol b4a8812c so_value>}¶
-
columnList= [<SOStringCol name>, <SOIntCol so_value>]¶
-
columns= {'name': <SOStringCol name>, 'so_value': <SOIntCol so_value>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶
-
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¶
-
property
name¶
-
property
passwd¶
-
q= so_test_s_o2¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4ab166c name>, 'passwd': <StringCol b4ab152c passwd>}¶
-
columnList= [<SOStringCol name>, <SOStringCol passwd>]¶
-
columns= {'name': <SOStringCol name>, 'passwd': <SOStringCol passwd>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO2
-
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¶
-
property
name¶
-
property
other¶
-
property
other2¶
-
property
other2ID¶
-
property
otherID¶
-
q= so_test_s_o3¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a3f5ec name>, 'other2ID': <KeyCol b4aaf4ec other2>, 'otherID': <ForeignKey b4aaf3ac other>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO4>, <SOKeyCol other2ID default=None connected to SOTestSO4>]¶
-
columns= {'name': <SOStringCol name>, 'other2ID': <SOKeyCol other2ID default=None connected to SOTestSO4>, 'otherID': <SOForeignKey otherID default=None connected to SOTestSO4>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO3
-
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¶
-
property
me¶
-
q= so_test_s_o4¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'me': <StringCol b4a66e0c me>}¶
-
columnList= [<SOStringCol me>]¶
-
columns= {'me': <SOStringCol me>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO4
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o4'¶
-
-
-
class
sqlobject.tests.test_basic.SOTestSO5(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
property
another¶
-
property
anotherID¶
-
j= so_test_s_o5¶
-
property
name¶
-
property
other¶
-
property
otherID¶
-
q= so_test_s_o5¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'anotherID': <ForeignKey b4a70b8c another>, 'name': <StringCol b4a7084c name>, 'otherID': <ForeignKey b4a70c0c other>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO6>, <SOForeignKey anotherID default=None connected to SOTestSO7>]¶
-
columns= {'anotherID': <SOForeignKey anotherID default=None connected to SOTestSO7>, 'name': <SOStringCol name>, 'otherID': <SOForeignKey otherID default=None connected to SOTestSO6>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO5
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o5'¶
-
-
property
-
class
sqlobject.tests.test_basic.SOTestSO6(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_s_o6¶
-
property
name¶
-
property
other¶
-
property
otherID¶
-
q= so_test_s_o6¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a990cc name>, 'otherID': <ForeignKey b4a99b8c other>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO7>]¶
-
columns= {'name': <SOStringCol name>, 'otherID': <SOForeignKey otherID default=None connected to SOTestSO7>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO6
-
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¶
-
property
name¶
-
q= so_test_s_o7¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4aa7dcc name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO7
-
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¶
-
property
name¶
-
property
other¶
-
property
otherID¶
-
q= so_test_s_o8¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4b2ce4c name>, 'otherID': <ForeignKey b4b2cdcc other>}¶
-
columnList= [<SOStringCol name>, <SOForeignKey otherID default=None connected to SOTestSO9>]¶
-
columns= {'name': <SOStringCol name>, 'otherID': <SOForeignKey otherID default=None connected to SOTestSO9>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO8
-
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¶
-
property
name¶
-
q= so_test_s_o9¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b4a8010c name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.SOTestSO9
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_s_o9'¶
-
-
-
class
sqlobject.tests.test_basic.Student(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
property
is_smart¶
-
j= student¶
-
q= student¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'is_smart': <BoolCol b4a848ac is_smart>}¶
-
columnList= [<SOBoolCol is_smart>]¶
-
columns= {'is_smart': <SOBoolCol is_smart>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_basic.Student
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'student'¶
-
-
property