Method: RSQL::MySQLResults.tables
- Defined in:
- lib/rsql/mysql_results.rb
.tables(database = @@database_name) ⇒ Object
Get the list of tables available for the current database or a specific one.
135 136 137 |
# File 'lib/rsql/mysql_results.rb', line 135 def tables(database=@@database_name) @@name_cache[database] || [] end |