Type Definitions
OdbcConnectionOptions
ODBC specific extension of the Manager~ConnectionOptions
from the sqler
module.
Properties:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
driverOptions |
Object
|
The |
|||||||||
Name | Type | Attributes | Description |
---|---|---|---|
connection |
Object
|
An object that will contain properties/values that will be used to construct the ODBC connection string.
For example, |
|
pool |
Object
|
<optional> |
The pool |
Type:
-
Manager~ConnectionOptions
OdbcExecOptions
ODBC specific extension of the Manager~ExecOptions
from the sqler
module. When a property of binds
contains
an object it will be interpolated for property values on the odbc
module.
For example, binds.name = '${ODBC_CONSTANT}'
will be interpolated as
binds.name = odbc.ODBC_CONSTANT
.
Properties:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
driverOptions |
Object
|
<optional> |
The |
||||||||||||
Name | Type | Attributes | Description | ||||
---|---|---|---|---|---|---|---|
exec |
Object
|
<optional> |
The options passed into various |
||||
Name | Type | Attributes | Description |
---|---|---|---|
isolationLevel |
Integer
|
<optional> |
The isolation level to set on the ODBC connection.
Ignored when |
Type:
-
Manager~ExecOptions