| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
S3ResourceQuery
Helper class representing a resource query - unlike DAL Query objects, these can be converted to/from URL filters
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
NOT = "not"
|
|
AND = "and"
|
|
OR = "or"
|
|
LT = "lt"
|
|
LE = "le"
|
|
EQ = "eq"
|
|
NE = "ne"
|
|
GE = "ge"
|
|
GT = "gt"
|
|
LIKE = "like"
|
|
BELONGS = "belongs"
|
|
CONTAINS = "contains"
|
|
ANYOF = "anyof"
|
|
TYPEOF = "typeof"
|
|
INTERSECTS = "intersects"
|
|
COMPARISON = [LT, LE, EQ, NE, GE, GT, LIKE, BELONGS, CONTAINS,
|
|
OPERATORS = [NOT, AND, OR]+ COMPARISON
|
|
| Properties | |
|
Inherited from |
| Method Details |
Constructor
|
AND |
OR |
NOT |
Get all field selectors involved with this query |
Split this query into a real query and a virtual one (AND)
|
Placeholder for transformation method
|
Convert this S3ResourceQuery into a DAL query, ignoring virtual fields (the necessary joins for this query can be constructed with the joins() method)
|
Probe whether the row matches the query
|
Represent this query as a human-readable string.
|
Serialize this query as URL query
|
| Class Variable Details |
NOT
|
AND
|
OR
|
LT
|
LE
|
EQ
|
NE
|
GE
|
GT
|
LIKE
|
BELONGS
|
CONTAINS
|
ANYOF
|
TYPEOF
|
INTERSECTS
|
COMPARISON
|
OPERATORS
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 15 08:51:50 2019 | http://epydoc.sourceforge.net |