method
next_sequence_value
v1.2.6 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::FirebirdAdapter
next_sequence_value(sequence_name)public
Returns the next sequence value from a sequence generator. Not generally called directly; used by ActiveRecord to get the next primary key value when inserting a new database record (see #prefetch_primary_key?).