primary_key_for_table(table : Table) : String
SourceMiner::Database
Inherits Reference < Object
Constructors
Instance methods
fetch(query : Query) : Collection | Nil
Execute a query against the database and return the result set
fields_for_table(table : Table) : Hash(String, Field)
Sourcerelationships_for_table(table : Table) : Hash(String, Relationship)
Source