class ODBC::Connection

Defined in:

odbc/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(options : DB::Connection::Options, odbc_options : Options) #

def initialize(ctx : DB::ConnectionContext)


[View source]

Instance Method Detail

def build_prepared_statement(query) : ODBC::Statement #
Description copied from class DB::Connection

:nodoc:


[View source]
def build_unprepared_statement(query) : ODBC::UnPreparedStatement #
Description copied from class DB::Connection

:nodoc:


[View source]
def do_close #
Description copied from module DB::Disposable

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


[View source]