Method: M4DBI::Database#table_schema
- Defined in:
- lib/m4dbi/database.rb
#table_schema(*args) ⇒ Object
88 89 90 |
# File 'lib/m4dbi/database.rb', line 88 def table_schema( *args ) @dbh.table_schema( *args ) end |
88 89 90 |
# File 'lib/m4dbi/database.rb', line 88 def table_schema( *args ) @dbh.table_schema( *args ) end |