Package org.apache.calcite.rel
Interface RelReferentialConstraint
- All Known Implementing Classes:
RelReferentialConstraintImpl
public interface RelReferentialConstraint
Interface for a referential constraint, i.e., Foreign-Key - Unique-Key relationship,
between two tables.
-
Method Summary
Modifier and TypeMethodDescriptionThe (source, target) column ordinals.default int
Deprecated.The qualified name of the referencing table, e.g.The qualified name of the referenced table, e.g.
-
Method Details
-
getNumColumns
Deprecated.UsegetColumnPairs().size()
Returns the number of columns in the keys. -
getSourceQualifiedName
The qualified name of the referencing table, e.g. DEPT. -
getTargetQualifiedName
The qualified name of the referenced table, e.g. EMP. -
getColumnPairs
The (source, target) column ordinals.
-
getColumnPairs().size()