Class: Oinky::Table::Cursor

Inherits:
Internal::CursorBase show all
Defined in:
lib/oinky.rb

Instance Method Summary collapse

Methods inherited from Internal::CursorBase

#at_end?, #before_begin?, #clone, #column_selector_default, #each_backward, #each_forward, finalize, #initialize, #is_valid?, #seek_first, #seek_last, #seek_next, #seek_prev, #select, #select_all, #select_all_values, #select_values, #state_val

Constructor Details

This class inherits a constructor from Oinky::Internal::CursorBase

Instance Method Details

#tableObject



953
954
955
# File 'lib/oinky.rb', line 953

def table
  @host
end