Package Pyblio :: Module Query :: Class Queryable
[hide private]
[frames] | no frames]

Class Queryable

source code

object --+
         |
        Queryable
Known Subclasses:
Stores.filestore.Database, Stores.bsddbstore.Database

A mixin that provides an (one day optimized) query engine to a store

Instance Methods [hide private]
 
query(self, query)
Perform a query and return a result set of the matching records.
source code
 
count(self, query)
Perform a query and return the count of matching records.
source code
 
_q_check(self, query) source code
 
_q_hasfield(self, q) source code
 
_q_txo(self, q) source code
 
_q_anyword(self, q) source code
 
_q_to_rs(self, res) source code
 
_q_all(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__