sqlobject.tests.test_pickle module

class sqlobject.tests.test_pickle.SOTestPickle(**kw)[source]

Bases: sqlobject.main.SQLObject

property answer
j = so_test_pickle
q = so_test_pickle
property question
class sqlmeta(instance)

Bases: sqlobject.main.sqlmeta

childName = None
columnDefinitions = {'answer': <IntCol b4e3a70c answer>, 'question': <StringCol b5452ecc question>}
columnList = [<SOStringCol question>, <SOIntCol answer>]
columns = {'answer': <SOIntCol answer>, 'question': <SOStringCol question>}
idName = 'id'
indexDefinitions = []
indexes = []
joinDefinitions = []
joins = []
soClass

alias of sqlobject.tests.test_pickle.SOTestPickle

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'so_test_pickle'
sqlobject.tests.test_pickle.test_answer = 42
sqlobject.tests.test_pickle.test_pickleCol()[source]
sqlobject.tests.test_pickle.test_question = 'The Ulimate Question of Life, the Universe and Everything'