Odbc¶
Entry point for ODBC connections.
Constructors¶
create¶
Returns¶
- Odbc val^
Public Functions¶
connect¶
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¶
- dsn: Dsn val
- opts: OdbcOptions val = reference
Returns¶
- (Connection ref | ConnectError val)
eq¶
Parameters¶
- that: Odbc val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Odbc val
Returns¶
- Bool val