Uses of Class
org.javastro.ivoa.entities.resource.dataservice.ForeignKey
Packages that use ForeignKey
Package
Description
-
Uses of ForeignKey in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type ForeignKeyModifier and TypeFieldDescriptionprotected List<ForeignKey>Table.foreignKeiesA description of a foreign keys, one or more columns from the current table that can be used to join with another table.Methods in org.javastro.ivoa.entities.resource.dataservice that return ForeignKeyModifier and TypeMethodDescriptionObjectFactory.createForeignKey()Create an instance ofForeignKeyForeignKey.withDescription(String value) ForeignKey.withFkColumns(Collection<FKColumn> values) ForeignKey.withFkColumns(FKColumn... values) ForeignKey.withTargetTable(String value) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionTable.getForeignKeies()A description of a foreign keys, one or more columns from the current table that can be used to join with another table.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ForeignKeyMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type ForeignKey -
Uses of ForeignKey in org.javastro.ivoa.entities.vosi.tables
Methods in org.javastro.ivoa.entities.vosi.tables with parameters of type ForeignKeyMethod parameters in org.javastro.ivoa.entities.vosi.tables with type arguments of type ForeignKey