| Package | Description |
|---|---|
| liquibase.snapshot.jvm | |
| liquibase.structure.core |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Column.AutoIncrementInformation> |
ColumnAutoIncrementService.obtainSequencesInformation(Database database,
DatabaseSnapshot snapshot)
If the database support autoincrement columns details (as starts with and increment by), this method returns the
detailed information about them.
|
| Modifier and Type | Method and Description |
|---|---|
Column.AutoIncrementInformation |
Column.getAutoIncrementInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setAutoIncrementInformation(Column.AutoIncrementInformation autoIncrementInformation) |
Copyright © 2023 Liquibase.org. All rights reserved.