public class RelReferentialConstraintImpl extends Object implements RelReferentialConstraint
| Modifier and Type | Method and Description |
|---|---|
List<IntPair> |
getColumnPairs()
The (source, target) column ordinals.
|
List<String> |
getSourceQualifiedName()
The qualified name of the referencing table, e.g.
|
List<String> |
getTargetQualifiedName()
The qualified name of the referenced table, e.g.
|
static RelReferentialConstraintImpl |
of(List<String> sourceQualifiedName,
List<String> targetQualifiedName,
List<IntPair> columnPairs) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNumColumnspublic List<String> getSourceQualifiedName()
RelReferentialConstraintgetSourceQualifiedName in interface RelReferentialConstraintpublic List<String> getTargetQualifiedName()
RelReferentialConstraintgetTargetQualifiedName in interface RelReferentialConstraintpublic List<IntPair> getColumnPairs()
RelReferentialConstraintgetColumnPairs in interface RelReferentialConstraintpublic static RelReferentialConstraintImpl of(List<String> sourceQualifiedName, List<String> targetQualifiedName, List<IntPair> columnPairs)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.