Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Target.SQL.structure |
Modifier and Type | Class and Description |
---|---|
class |
CheckConstraint |
class |
ForeignKeyConstraint |
class |
PrimaryKeyConstraint |
class |
UniqueConstraint |
Modifier and Type | Method and Description |
---|---|
SqlConstraint |
ConstraintAlterExpression.getConstraint() |
Modifier and Type | Method and Description |
---|---|
List<SqlConstraint> |
Table.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
Table.addConstraint(SqlConstraint constraint) |
void |
ConstraintAlterExpression.setConstraint(SqlConstraint constraint) |
Modifier and Type | Method and Description |
---|---|
void |
Table.setConstraints(List<SqlConstraint> constraints) |
Copyright © 2018. All rights reserved.