public abstract class AbstractConstraint<C extends Constraint<C>> extends AbstractNamed<String,C> implements Constraint<C>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConstraint(String name,
QualifiedName table,
List<String> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnList() |
QualifiedName |
getTable() |
compareTo, equals, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToprotected AbstractConstraint(String name, QualifiedName table, List<String> columns)
public List<String> getColumnList()
getColumnList in interface Constraint<C extends Constraint<C>>Constraint.getColumnList()public QualifiedName getTable()
getTable in interface Constraint<C extends Constraint<C>>Constraint.getTable()Copyright © 2004–2014 Paul Ferraro. All rights reserved.