struct

ODBC::Connection::DriverInfo

Inherits Struct / Value / Object

Driver capability information

Constructors

new(name : String, version : String, supports_transactions : Bool, max_identifier_length : Int32)
Source

Instance methods

clone
Source
copy_with(name _name = @name, version _version = @version, supports_transactions _supports_transactions = @supports_transactions, max_identifier_length _max_identifier_length = @max_identifier_length)
Source
max_identifier_length
name
supports_transactions
version