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 declared as ForeignKeyFields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type ForeignKeyModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ForeignKey,String> ForeignKey.PropInfo.DESCRIPTIONstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ForeignKey,FKColumn> ForeignKey.PropInfo.FK_COLUMNSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Table,ForeignKey> Table.PropInfo.FOREIGN_KEIESprotected 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.static final com.kscs.util.jaxb.SinglePropertyInfo<ForeignKey,String> ForeignKey.PropInfo.TARGET_TABLEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ForeignKey,String> ForeignKey.PropInfo.UTYPEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type ForeignKeyModifier and TypeMethodDescriptionprotected <_P extends ForeignKey>
_PForeignKey.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return ForeignKeyModifier and TypeMethodDescriptionForeignKey.Builder.build()ForeignKey.clone()ForeignKey.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ForeignKey.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ForeignKey.createCopy()ForeignKey.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createForeignKey()Create an instance ofForeignKeyForeignKey.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.Table.Modifier.getForeignKeies()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ForeignKeyModifier and TypeMethodDescriptionTable.Builder.addForeignKeies(ForeignKey... foreignKeies) Adds the given items to the value of "foreignKeies"static ForeignKey.Builder<Void>ForeignKey.copyExcept(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ForeignKey.Builder.copyOf(ForeignKey _other) static <_B> ForeignKey.Builder<_B>ForeignKey.copyOf(ForeignKey _other) static <_B> ForeignKey.Builder<_B>ForeignKey.copyOf(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ForeignKey.Builder<Void>ForeignKey.copyOnly(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Table.Builder.withForeignKeies(ForeignKey... foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type ForeignKeyModifier and TypeMethodDescriptionTable.Builder.addForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Adds the given items to the value of "foreignKeies"Table.Builder.withForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type ForeignKeyModifierConstructorDescriptionBuilder(_B _parentBuilder, ForeignKey _other, boolean _copy) Builder(_B _parentBuilder, ForeignKey _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Uses of ForeignKey in org.javastro.ivoa.entities.vosi.tables
Methods in org.javastro.ivoa.entities.vosi.tables with parameters of type ForeignKeyModifier and TypeMethodDescriptionTable.Builder.addForeignKeies(ForeignKey... foreignKeies) Adds the given items to the value of "foreignKeies"Table.Builder.withForeignKeies(ForeignKey... foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vosi.tables with type arguments of type ForeignKeyModifier and TypeMethodDescriptionTable.Builder.addForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Adds the given items to the value of "foreignKeies"Table.Builder.withForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)