struct
ODBC::Connection::DriverInfo
- ODBC::Connection::DriverInfo
- Struct
- Value
- Object
Overview
Driver capability information
Defined in:
odbc/connection.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, version _version = @version, supports_transactions _supports_transactions = @supports_transactions, max_identifier_length _max_identifier_length = @max_identifier_length)
- #max_identifier_length : Int32
- #name : String
- #supports_transactions : Bool
- #version : String
Constructor Detail
def self.new(name : String, version : String, supports_transactions : Bool, max_identifier_length : Int32)
#
Instance Method Detail
def copy_with(name _name = @name, version _version = @version, supports_transactions _supports_transactions = @supports_transactions, max_identifier_length _max_identifier_length = @max_identifier_length)
#