class

ODBC::Connection

Inherits DB::Connection / DB::BeginTransaction / DB::SessionMethods / DB::QueryMethods / DB::Disposable / Reference / Object

Constructors

new(options : DB::Connection::Options, odbc_options : Options)
Source

Instance methods

build_prepared_statement(query) : ODBC::Statement

:nodoc:

Source
build_unprepared_statement(query) : ODBC::UnPreparedStatement

:nodoc:

Source
connection_alive?

Check if the connection is still alive and functional

Source
do_close

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.

Source
driver_name
Source
max_identifier_length
Source
supports_transactions?

Public method to check if driver supports specific features

Source

Nested types