SequenceUpdater.BulkInsertUpdaterpublic interface BulkInsertCounter
| Modifier and Type | Method | Description |
|---|---|---|
void |
getCurrentValueAndAdvance(NumberDataValue returnValue) |
Get the next sequence number for bulk-insert.
|
java.lang.Long |
peekAtCurrentValue() |
Get the current value of the sequence generator without advancing it.
|
void getCurrentValueAndAdvance(NumberDataValue returnValue) throws StandardException
Get the next sequence number for bulk-insert.
returnValue - This value is stuffed with the new sequence number.StandardExceptionjava.lang.Long peekAtCurrentValue()
throws StandardException
Get the current value of the sequence generator without advancing it. May return null if the generator is exhausted.
StandardExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.