|
Database.TokyoCabinet.TDB.Query |
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | QCSTREQ | | QCSTRINC | | QCSTRBW | | QCSTREW | | QCSTRAND | | QCSTROR | | QCSTROREQ | | QCSTRRX | | QCNUMEQ | | QCNUMGT | | QCNUMGE | | QCNUMLT | | QCNUMLE | | QCNUMBT | | QCNUMOREQ | | QCNEGATE Condition | | QCNOIDX Condition | |
|
|
|
|
Constructors | QOSTRASC | | QOSTRDESC | | QONUMASC | | QONUMDESC | |
|
|
|
data PostTreatment m k v | Source |
|
Constructors | QPPUT (m k v) | | QPOUT | | QPNOP | | QPSTOP | |
|
|
|
|
Create a query object.
|
|
|
Free object resource forcibly.
|
|
|
Add a narrowing condition to a query object.
|
|
|
Set the order of a query object.
|
|
|
Set the limit number of records of the result of a query object.
|
|
|
Execute the search of a query object. The return value is a list
object of the primary keys of the corresponding records.
|
|
|
Remove each record corresponding to a query object.
|
|
|
|
|
:: (Storable k, Storable v, Associative m) | | => TDBQRY | Query object.
| -> v -> m k v -> IO (PostTreatment m k v) | the iterator
function called
for each record.
| -> IO Bool | If successful, the return value is true, else, it is false.
| Process each record corresponding to a query object.
|
|
|
Produced by Haddock version 2.6.1 |