Takusen-0.8: Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC.

Portabilitynon-portable
Stabilityexperimental
Maintaineroleg@pobox.com, alistair@abayley.org

Database.Sqlite.SqliteFunctions

Description

Simple wrappers for Sqlite functions (FFI).

Synopsis

Documentation

data StmtStruct Source

Constructors

StmtStruct 

stmtExec :: DBHandle -> String -> IO IntSource

This function is not used internally, so it's only provided as a user convenience.

colValInt :: StmtHandle -> Int -> IO IntSource

Column numbers are zero-indexed, so subtract one from given index (we present a one-indexed interface).