Database.SQLite

Opening and closing a database

openConnection

openReadonlyConnection

closeConnection

Executing SQL queries on the database

class SQLiteResult a

execStatement

execStatement_

execParamStatement

execParamStatement_

Basic insertion operations

insertRow

defineTable

defineTableOpt

getLastRowID

type Row a

data Value

addRegexpSupport

type RegexpHandler

withPrim

data SQLiteHandle

newSQLiteHandle

User-defined callback functions

class IsValue a

class IsFunctionHandler a

createFunction

createFunctionPrim

createAggregatePrim