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 declared as FKColumnFields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type FKColumnModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ForeignKey,FKColumn> ForeignKey.PropInfo.FK_COLUMNSForeignKey.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.FKColumn.PropInfo.FROM_COLUMNFKColumn.PropInfo.TARGET_COLUMNMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type FKColumnModifier and TypeMethodDescriptionprotected <_P extends FKColumn>
_PFKColumn.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return FKColumnModifier and TypeMethodDescriptionFKColumn.Builder.build()FKColumn.clone()FKColumn.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) FKColumn.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) FKColumn.createCopy()FKColumn.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createFKColumn()Create an instance ofFKColumnFKColumn.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.ForeignKey.Modifier.getFkColumns()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type FKColumnModifier and TypeMethodDescriptionForeignKey.Builder.addFkColumns(FKColumn... fkColumns) Adds the given items to the value of "fkColumns"static FKColumn.Builder<Void>FKColumn.copyExcept(FKColumn _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> FKColumn.Builder<_B>static <_B> FKColumn.Builder<_B>FKColumn.copyOf(FKColumn _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static FKColumn.Builder<Void>ForeignKey.Builder.withFkColumns(FKColumn... fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type FKColumnModifier and TypeMethodDescriptionForeignKey.Builder.addFkColumns(Iterable<? extends FKColumn> fkColumns) Adds the given items to the value of "fkColumns"ForeignKey.Builder.withFkColumns(Iterable<? extends FKColumn> fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type FKColumnModifierConstructorDescriptionBuilder(_B _parentBuilder, FKColumn _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Constructor parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type FKColumn