sqlobject.tests.test_complex_sorting module¶
-
class
sqlobject.tests.test_complex_sorting.ComplexNames(**kw)[source]¶ Bases:
sqlobject.main.SQLObject-
property
age¶
-
property
firstName¶
-
j= names_table¶
-
property
lastName¶
-
property
phone¶
-
q= names_table¶
-
class
sqlmeta(instance)[source]¶ Bases:
sqlobject.main.sqlmeta-
childName= None¶
-
columnDefinitions= {'age': <IntCol b56b1eec age>, 'firstName': <StringCol b58483ec firstName>, 'lastName': <StringCol b4b9320c lastName>, 'phone': <StringCol b56b146c phone>}¶
-
columnList= [<SOStringCol firstName>, <SOStringCol lastName>, <SOStringCol phone>, <SOIntCol age>]¶
-
columns= {'age': <SOIntCol age>, 'firstName': <SOStringCol firstName>, 'lastName': <SOStringCol lastName>, 'phone': <SOStringCol phone>}¶
-
defaultOrder= ['lastName', 'firstName', 'phone', 'age']¶
-
idName= 'id'¶
-
indexDefinitions= []¶
-
indexes= []¶
-
joinDefinitions= []¶
-
joins= []¶
-
soClass¶ alias of
ComplexNames
-
style= <sqlobject.styles.MixedCaseUnderscoreStyle object>¶
-
table= 'names_table'¶
-
-
property