Method: DbBrowser::ConnectionMan::Connection#table
- Defined in:
- lib/dbbrowser/connection.rb
#table(name) ⇒ Object
63 64 65 |
# File 'lib/dbbrowser/connection.rb', line 63 def table( name ) tables.find { |t| t.name.downcase == name.downcase } end |