Method: Spider::Model::Storage::Db::DbSchema#primary_keys
- Defined in:
- lib/spiderfw/model/storage/db/db_schema.rb
#primary_keys ⇒ Object
Primary key column(s)
175 176 177 |
# File 'lib/spiderfw/model/storage/db/db_schema.rb', line 175 def primary_keys @table.fields.select{ |f| f.primary_key? } end |