Skip to content

objectType FKColumn

A pair of columns that are used to join two tables. To do an inner join of data from the two tables, a query should include a constraint that sets the value from the first column equal to the value in the second column. This type assumes that it is used in the context of implied source (i.e., current) and target tables, as in the ForeignKey type's fkColumn.

FKColumnivoa:string fromColumnivoa:string targetColumnForeignKeyfkColumn1..*

Members

name type mult description
fromColumn ivoa:string The unqualified name of the column from the current table.
targetColumn ivoa:string The unqualified name of the column from the target table.

Containment

This is contained by ForeignKey