public interface RelReferentialConstraint
| Modifier and Type | Method and Description |
|---|---|
List<IntPair> |
getColumnPairs()
The (source, target) column ordinals.
|
int |
getNumColumns()
Returns the number of columns in the keys.
|
List<String> |
getSourceQualifiedName()
The qualified name of the referencing table, e.g.
|
List<String> |
getTargetQualifiedName()
The qualified name of the referenced table, e.g.
|
int getNumColumns()
List<String> getSourceQualifiedName()
List<String> getTargetQualifiedName()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.