# File lib/dbi/handles/statement.rb, line 183 def column_info sanity_check @handle.column_info.collect {|col| ColumnInfo.new(col) } end