hsSqlite3-0.0.1: Sqlite3 bindingsContentsIndex
Database.Sqlite3
Documentation
module Database.Sqlite3.Low
data Val
Constructors
IntV Int
Int64V Int64
DoubleV Double
TextV String
BlobV Bytes
NullV
show/hide Instances
fetch :: DB -> String -> IO (Stmt, [[Val]])
bind :: DB -> String -> [[Val]] -> IO ()
fetchOne :: DB -> String -> Int -> IO (Stmt, [Val])
Produced by Haddock version 0.8