Home | Trees | Indices | Help |
---|
|
object --+ | _FilterParser
Parses the filter related params received from the ui to search for "or clauses", "NULLs" and "NOTs"
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
NOT_SEPARATOR = "!!"
|
|||
OR_SEPARATOR = "||"
|
|||
NULL_CHAR = '""'
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Look for filter params that contain the NOT_SEPARATOR
|
Given a filter field value, check if it contains the OR_SEPARATOR.
|
Parses the filter params passed from the UI looking for OR clauses or NULL values
|
Parses the filter details passed from the UI looking for OR clauses or NULL values
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jul 1 08:52:09 2016 | http://epydoc.sourceforge.net |