Skip to content

Odbc

[Source]

Entry point for ODBC connections.

primitive val Odbc

Constructors

create

[Source]

new val create()
: Odbc val^

Returns


Public Functions

connect

[Source]

Connect to an ODBC data source. Each Connection owns its own SQLHENV (no shared environment handle across connections). OdbcOptions carries UTF-8 validation and per-column size limits; see its definition for defaults.

fun box connect(
  dsn: Dsn val,
  opts: OdbcOptions val = reference)
: (Connection ref | ConnectError val)

Parameters

Returns


eq

[Source]

fun box eq(
  that: Odbc val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Odbc val)
: Bool val

Parameters

Returns