|
| Database.TokyoCabinet.TDB.C |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Represents open mode
| | Constructors | | OREADER | read only mode
| | OWRITER | write mode
| | OCREAT | if this value is included in open mode list, `open
function' creates a new database if not exist.
| | OTRUNC | creates a new database regardless if one exists
| | ONOLCK | open the database file without file locking
| | OLCKNB | open the database file with locking performed
without blocking.
| | OTSYNC | every transaction synchronizes updated contents
with the device
|
|
|
|
|
| Constructors | | TLARGE | | | TDEFLATE | | | TBZIP | | | TTCBS | | | TEXCODEC | |
|
|
|
|
| Represents the index type
| | Constructors | | ITLEXICAL | for lexical string
| | ITDECIMAL | for decimal string
| | ITOPT | the index is optimized
| | ITVOID | the index is removed
| | ITKEEP IndexType | if the index exists, setindex function merely returns failure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |