| Package | Description |
|---|---|
| liquibase.statement | |
| liquibase.statement.core | |
| liquibase.structure.core |
| Modifier and Type | Method and Description |
|---|---|
NotNullConstraint |
NotNullConstraint.setColumnName(String columnName) |
NotNullConstraint |
NotNullConstraint.setConstraintName(String name) |
NotNullConstraint |
NotNullConstraint.setValidateNullable(boolean validateNullable) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NotNullConstraint> |
CreateTableStatement.getNotNullColumns() |
| Modifier and Type | Method and Description |
|---|---|
CreateTableStatement |
CreateTableStatement.addColumnConstraint(NotNullConstraint notNullConstraint) |
| Modifier and Type | Method and Description |
|---|---|
List<NotNullConstraint> |
Table.getNotNullConstraints() |
Copyright © 2019 Liquibase.org. All rights reserved.