OdbcOptions¶
Tuning knobs applied once at connect() and propagated to every statement and cursor created from the connection.
Constructors¶
create¶
new val create(
validate_utf8': Bool val = true,
max_column_bytes': MaxColumnBytes val = call)
: OdbcOptions val^
Parameters¶
- validate_utf8': Bool val = true
- max_column_bytes': MaxColumnBytes val = call
Returns¶
- OdbcOptions val^