Module RR::ConnectionExtenders::MysqlExtender
In: lib/rubyrep/connection_extenders/mysql_extender.rb

Provides various MySQL specific functionality required by Rubyrep.

Methods

Public Instance methods

Returns an ordered list of primary key column names of the given table

Returns for each given table, which other tables it references via foreign key constraints.

  • tables: an array of table names

Returns: a hash with

  • key: name of the referencing table
  • value: an array of names of referenced tables

[Validate]