Constructor
new InsertSequence(generator)
Parameters:
Name | Type | Description |
---|---|---|
generator |
InsertsGenerator | the generator used by this sequence to produce inserts |
- Source:
Methods
current() → {Insert}
Answers the last Insert generated by InsertSequence#next
- Source:
Returns:
- Type
- Insert
next() → {Insert}
- Source:
Returns:
- Type
- Insert
previousComplement() → {Insert}
The previously generated insert
- Source:
Returns:
- Type
- Insert