class
ODBC::Config
- ODBC::Config
- Reference
- Object
Overview
Configuration options for ODBC connections and operations
Defined in:
odbc/config.crConstructors
-
.from_env : Config
Load configuration from environment variables
- .instance : Config
Class Method Summary
Instance Method Summary
- #auto_commit=(auto_commit : Bool)
- #auto_commit? : Bool
- #connection_timeout : Time::Span
- #connection_timeout=(connection_timeout : Time::Span)
- #default_buffer_size : Int32
- #default_buffer_size=(default_buffer_size : Int32)
- #enable_tracing=(enable_tracing : Bool)
- #enable_tracing? : Bool
- #login_timeout : Time::Span
- #login_timeout=(login_timeout : Time::Span)
- #max_string_length : Int32
- #max_string_length=(max_string_length : Int32)
- #query_timeout : Time::Span
- #query_timeout=(query_timeout : Time::Span)
- #trace_file : String
- #trace_file=(trace_file : String)