sqlite-0.5.3: Haskell binding to sqlite3

Copyright(c) Galois, Inc. 2007
LicenseBSD3
MaintainerDon Stewart <dons@galois.com>
Stabilityprovisional
PortabilityBindings to the SQLite C interface.
Safe HaskellNone
LanguageHaskell98

Database.SQLite.Base

Description

The documentation for these functions is at:

Documentation

sqlite3_realloc :: Ptr () -> CInt -> IO (Ptr ()) Source

sqlite3_trace :: SQLite -> FunPtr (Ptr () -> CString -> IO ()) -> Ptr () -> IO (Ptr ()) Source

sqlite3_profile :: SQLite -> FunPtr (Ptr () -> CString -> SQLiteInt64 -> IO ()) -> Ptr () -> IO (Ptr ()) Source

sqlite3_bind_blob :: SQLiteStmt -> CInt -> Ptr () -> CInt -> FunPtr (Ptr () -> IO ()) -> IO Status Source