Database.HDBC

Introduction

Features

Available Drivers

Typing of transfer data

data SqlValue

toSql

fromSql

safeFromSql

nToSql

iToSql

posixToSql

Database Connections

class IConnection conn

Wrapped Connections

data ConnWrapper

withWConn

Preparing Queries

sRun

quickQuery'

quickQuery

Transaction Handling

withTransaction

Connection Inquiries

Statements

data Statement

Execution

execute

executeRaw

sExecute

executeMany

sExecuteMany

Fetching Results

fetchRow

fetchRowAL

fetchRowMap

sFetchRow

fetchAllRows

fetchAllRows'

fetchAllRowsAL

fetchAllRowsAL'

fetchAllRowsMap

fetchAllRowsMap'

sFetchAllRows

sFetchAllRows'

getColumnNames

Statement Inquires

describeResult

Miscellaneous

finish

originalQuery

Exceptions

data SqlError

throwSqlError

catchSql

handleSql

sqlExceptions

handleSqlError

Column Types

Threading