Skip to content

OdbcOptions

[Source]

Tuning knobs applied once at connect() and propagated to every statement and cursor created from the connection.

class val OdbcOptions

Constructors

create

[Source]

new val create(
  validate_utf8': Bool val = true,
  max_column_bytes': MaxColumnBytes val = call)
: OdbcOptions val^

Parameters

Returns


Public fields

let validate_utf8: Bool val

[Source]


let max_column_bytes: MaxColumnBytes val

[Source]