Skip to content

ODBCEnv

[Source]

ODBCEnv

The class that wraps our ODBC Environment handle.

Usage

It is currently very simple as very few of the attributes are implemented as of yet.

Currently, we only support ODBC version 3.0.

var oenv: ODBCEnv = ODBCEnv
class ref ODBCEnv is
  SqlState ref

Implements


Constructors

create

[Source]

new ref create()
: ODBCEnv ref^

Returns


Public fields

let odbcenv: ODBCHandleEnv tag

[Source]


var strict: Bool val

[Source]


Public Functions

dbc

[Source]

Used to create an ODBCDbc object from this ODBCEnv.

fun ref dbc()
: ODBCDbc ref ?

Returns


sqlstates

[Source]

Returns an array of SQL States

fun box sqlstates()
: Array[(String val , String val)] val

Returns