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¶
-
name
¶
-
q
= so_test_exception¶
-
class
sqlmeta
(instance)¶ Bases:
sqlobject.main.sqlmeta
-
childName
= None¶
-
columnDefinitions
= {'name': <StringCol b39eb68cL name>}¶
-
columnList
= [<SOStringCol name>]¶
-
columns
= {'name': <SOStringCol name>}¶
-
idName
= 'id'¶
-
indexDefinitions
= []¶
-
indexes
= []¶
-
joinDefinitions
= []¶
-
joins
= []¶
-
soClass
¶ alias of
SOTestException
-
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
SOTestExceptionWithNonexistingTable
-
style
= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table
= 'so_test_exception_with_nonexisting_table'¶
-
-