public final class AutoNumberManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
bump(com.healthmarketscience.jackcess.Column cl,
int newVal)
Bumps the AutoNumber seed to
newVal if it is higher than the existing one. |
static void |
reset(com.healthmarketscience.jackcess.Column cl,
int newVal)
Sets the AutoNumber seed to
newVal. |
Copyright © 2012–2019 UCanAccess. All rights reserved.