sqlcipher-1.0.1.2: Haskell binding to sqlcipher

Copyright(c) Galois Inc. 2007
(c) figo GmbH 2016
LicenseBSD3
Maintainerfigo GmbH <pacakge+haskell@figo.io>
Stabilityprovisional
PortabilityBindings to the SQLite/SQLCipher C interface.
Safe HaskellNone
LanguageHaskell98

Database.SQLCipher.Base

Description

The documentation for these functions is at:

Documentation

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

sqlite3_free :: Ptr () -> IO () 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 #