| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SQLQuery
a query object necessary to define a set. t can be stored or can be passed to SQLDB.__call__() to obtain a SQLSet
Example: query=db.users.name=='Max' set=db(query) records=set.select()
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_t =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
|
|||
_t
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 24 10:42:03 2008 | http://epydoc.sourceforge.net |