Uses of Class
org.javastro.ivoa.entities.resource.dataservice.FKColumn
Packages that use FKColumn
-
Uses of FKColumn in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type FKColumnModifier and TypeFieldDescriptionForeignKey.fkColumnsA pair of column names, one from this table and one from the target table that should be used to join the tables in a query.Methods in org.javastro.ivoa.entities.resource.dataservice that return FKColumnModifier and TypeMethodDescriptionObjectFactory.createFKColumn()Create an instance ofFKColumnFKColumn.withFromColumn(String value) FKColumn.withTargetColumn(String value) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type FKColumnModifier and TypeMethodDescriptionForeignKey.getFkColumns()A pair of column names, one from this table and one from the target table that should be used to join the tables in a query.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type FKColumnMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type FKColumnConstructor parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type FKColumn