# File lib/dbi/dbi.rb, line 796 def column_info raise InterfaceError, "Statement was already closed!" if @handle.nil? @handle.column_info.collect {|col| ColumnInfo.new(col) } end