# File SQLRelay.rb, line 329 def column_info # build a column info hash (0...@handle.colCount).collect do |nr| { 'name' => @handle.getColumnName(nr), 'type_name' => @handle.getColumnType(nr), 'precision' => @handle.getColumnLength(nr) } end end