Method: RDBI::Database#table_schema

Defined in:
lib/rdbi/database.rb

#table_schema(table_name) ⇒ Object

query the schema for a specific table. Returns an RDBI::Schema object.

Raises:

  • (NoMethodError)


50
51
52
# File 'lib/rdbi/database.rb', line 50

def table_schema(table_name)
  raise NoMethodError, "this method is not implemented in this driver"
end