sqlobject.tests.test_exceptions module¶
-
class
sqlobject.tests.test_exceptions.SOTestException(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
classmethod
byName(val, connection=None)¶
-
j= so_test_exception¶
-
property
name¶
-
q= so_test_exception¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'name': <StringCol b56b55cc name>}¶
-
columnList= [<SOStringCol name>]¶
-
columns= {'name': <SOStringCol name>}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_exception'¶
-
-
classmethod
-
class
sqlobject.tests.test_exceptions.SOTestExceptionWithNonexistingTable(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
j= so_test_exception_with_nonexisting_table¶
-
q= so_test_exception_with_nonexisting_table¶
-
class
sqlmeta(instance)¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {}¶
-
columnList= []¶
-
columns= {}¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
sqlobject.tests.test_exceptions.SOTestExceptionWithNonexistingTable
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'so_test_exception_with_nonexisting_table'¶
-
-