Returns an array of all the primary key constraints of a specific table and column.
Marten::DB::Management::Introspector::PostgreSQL
Inherits Marten::DB::Management::Introspector::Core / Marten::DB::Management::Introspector::Base / Reference / Object
Instance methods
Returns the details of the columns of a specific table.
Returns an array of all the foreign key constraints of a specific table and column.
Returns an array of all the index names for a specific table and column.
Source