Database.HDBC

Introduction

Features

Available Drivers

Typing of transfer data

data SqlValue

toSql

fromSql

safeFromSql

nToSql

iToSql

posixToSql

Database Connections

class IConnection conn

disconnect

clone

Wrapped Connections

data ConnWrapper

withWConn

Preparing Queries

run

runRaw

sRun

prepare

quickQuery'

quickQuery

Transaction Handling

commit

rollback

withTransaction

Connection Inquiries

hdbcDriverName

hdbcClientVer

proxiedClientName

proxiedClientVer

dbServerVer

dbTransactionSupport

getTables

describeTable

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