Class: ADBCArrow::Connection
- Inherits:
-
Object
- Object
- ADBCArrow::Connection
- Includes:
- ADBC::ConnectionOperations
- Defined in:
- lib/adbc/arrow-connection.rb
Instance Method Summary collapse
Methods included from ADBC::ConnectionOperations
Instance Method Details
#get_info(codes) ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'lib/adbc/arrow-connection.rb', line 27 def get_info(codes) reader = get_info_raw(codes) begin yield(reader.read_all) ensure reader.unref end end |
#get_info_raw ⇒ Object
26 |
# File 'lib/adbc/arrow-connection.rb', line 26 alias_method :get_info_raw, :get_info |