Class: Sqlserver::Sequence::Configuration
- Inherits:
-
Object
- Object
- Sqlserver::Sequence::Configuration
- Defined in:
- lib/sqlserver/sequence/configuration.rb
Instance Attribute Summary collapse
-
#next_value_strategy ⇒ Object
The next value strategy is used when generating the next sequence value.
Instance Attribute Details
#next_value_strategy ⇒ Object
The next value strategy is used when generating the next sequence value. Defaults to Strategies::NextValueFor.
6 7 8 |
# File 'lib/sqlserver/sequence/configuration.rb', line 6 def next_value_strategy @next_value_strategy end |