# File lib/active_record/vendor/db2.rb, line 113 def columns(table_name) check_rc(SQLColumns(@handle, "", "%", table_name, "%")) fetch_all end