tokyocabinet-haskell-0.0.5: Haskell binding of Tokyo CabinetSource codeContentsIndex
Database.TokyoCabinet.FDB.C
Documentation
data OpenMode Source
Constructors
OREADER
OWRITER
OCREAT
OTRUNC
ONOLCK
OLCKNB
openModeToCInt :: OpenMode -> CIntSource
combineOpenMode :: [OpenMode] -> CIntSource
data ID Source
Constructors
IDMIN
IDPREV
IDMAX
IDNEXT
ID Int64
unID :: ID -> Int64Source
data FDB' Source
c_tcfdberrmsg :: CInt -> CStringSource
c_tcfdbnew :: IO (Ptr FDB')Source
c_tcfdbdel :: Ptr FDB' -> IO ()Source
tcfdbFinalizer :: FunPtr (Ptr FDB' -> IO ())Source
c_tcfdbecode :: Ptr FDB' -> IO CIntSource
c_tcfdbsetmutex :: Ptr FDB' -> IO BoolSource
c_tcfdbtune :: Ptr FDB' -> Int32 -> Int64 -> IO BoolSource
c_tcfdbopen :: Ptr FDB' -> CString -> CInt -> IO BoolSource
c_tcfdbclose :: Ptr FDB' -> IO BoolSource
c_tcfdbput :: Ptr FDB' -> Int64 -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbput2 :: Ptr FDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbput3 :: Ptr FDB' -> CString -> CString -> IO BoolSource
c_tcfdbputkeep :: Ptr FDB' -> Int64 -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbputkeep2 :: Ptr FDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbputkeep3 :: Ptr FDB' -> CString -> CString -> IO BoolSource
c_tcfdbputcat :: Ptr FDB' -> Int64 -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbputcat2 :: Ptr FDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbputcat3 :: Ptr FDB' -> CString -> CString -> IO BoolSource
c_tcfdbout :: Ptr FDB' -> Int64 -> IO BoolSource
c_tcfdbout2 :: Ptr FDB' -> Ptr Word8 -> CInt -> IO BoolSource
c_tcfdbout3 :: Ptr FDB' -> CString -> IO BoolSource
c_tcfdbget :: Ptr FDB' -> Int64 -> Ptr CInt -> IO (Ptr Word8)Source
c_tcfdbget2 :: Ptr FDB' -> Ptr Word8 -> CInt -> Ptr CInt -> IO (Ptr Word8)Source
c_tcfdbget3 :: Ptr FDB' -> CString -> IO CStringSource
c_tcfdbget4 :: Ptr FDB' -> Int64 -> Ptr Word8 -> CInt -> IO CIntSource
c_tcfdbvsiz :: Ptr FDB' -> Int64 -> IO CIntSource
c_tcfdbvsiz2 :: Ptr FDB' -> Ptr Word8 -> CInt -> IO CIntSource
c_tcfdbvsiz3 :: Ptr FDB' -> CString -> IO CIntSource
c_tcfdbiterinit :: Ptr FDB' -> IO BoolSource
c_tcfdbiternext :: Ptr FDB' -> IO Int64Source
c_tcfdbiternext2 :: Ptr FDB' -> Ptr CInt -> IO (Ptr Word8)Source
c_tcfdbiternext3 :: Ptr FDB' -> IO CStringSource
c_tcfdbrange :: Ptr FDB' -> Int64 -> Int64 -> CInt -> Ptr CInt -> IO (Ptr Int64)Source
c_tcfdbrange2 :: Ptr FDB' -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> CInt -> IO (Ptr LIST)Source
c_tcfdbrange3 :: Ptr FDB' -> CString -> CString -> CInt -> IO (Ptr LIST)Source
c_tcfdbrange4 :: Ptr FDB' -> Ptr Word8 -> CInt -> CInt -> IO (Ptr LIST)Source
c_tcfdbrange5 :: Ptr FDB' -> Ptr Word8 -> CInt -> IO (Ptr LIST)Source
c_tcfdbaddint :: Ptr FDB' -> Int64 -> CInt -> IO CIntSource
c_tcfdbadddouble :: Ptr FDB' -> Int64 -> CDouble -> IO CDoubleSource
c_tcfdbsync :: Ptr FDB' -> IO BoolSource
c_tcfdboptimize :: Ptr FDB' -> Int32 -> Int64 -> IO BoolSource
c_tcfdbvanish :: Ptr FDB' -> IO BoolSource
c_tcfdbcopy :: Ptr FDB' -> CString -> IO BoolSource
c_tcfdbpath :: Ptr FDB' -> IO CStringSource
c_tcfdbrnum :: Ptr FDB' -> IO Word64Source
c_tcfdbfsiz :: Ptr FDB' -> IO Word64Source
Produced by Haddock version 2.6.1