Database.SQLite3.Direct

Connection management

open

close

errmsg

setTrace

getAutoCommit

Simple query execution

exec

execWithCallback

type ExecCallback

Statement management

prepare

getStatementDatabase

step

reset

finalize

clearBindings

statementSql

Parameter and column information

bindParameterCount

bindParameterName

columnCount

columnName

Binding values to a prepared statement

bindInt64

bindDouble

bindText

bindBlob

bindNull

Reading the result row

columnType

columnInt64

columnDouble

columnText

columnBlob

Result statistics

lastInsertRowId

changes

totalChanges

Interrupting a long-running query

interrupt

Types

data Database

data Statement

data ColumnType

Results and errors

data StepResult

data Error

Special types

data Utf8

data ParamIndex

data ColumnIndex

type ColumnCount