# File lib/dbi/handles/database.rb, line 159
        def columns( table )
            sanity_check
            @handle.columns( table ).collect {|col| ColumnInfo.new(col) }
        end