public abstract class TableConstraint<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TableConstraint(Optional<String> name,
Set<T> columnNames,
boolean enforced,
boolean rely) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<T> |
getColumns() |
Optional<String> |
getName() |
int |
hashCode() |
boolean |
isEnforced() |
boolean |
isRely() |
abstract <T,R> Optional<TableConstraint<R>> |
rebaseConstraint(Map<T,R> assignments) |
String |
toString() |
public abstract <T,R> Optional<TableConstraint<R>> rebaseConstraint(Map<T,R> assignments)
public boolean isEnforced()
public boolean isRely()
Copyright © 2012–2022. All rights reserved.