struct ODBC::Connection::DriverInfo

Overview

Driver capability information

Defined in:

odbc/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, version : String, supports_transactions : Bool, max_identifier_length : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, version _version = @version, supports_transactions _supports_transactions = @supports_transactions, max_identifier_length _max_identifier_length = @max_identifier_length) #

[View source]
def max_identifier_length : Int32 #

def name : String #

def supports_transactions : Bool #

def version : String #