Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Table
Packages that use Table
Package
Description
-
Uses of Table in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TableMethods in org.javastro.ivoa.entities.resource.dataservice that return TableModifier and TypeMethodDescriptionObjectFactory.createTable()Create an instance ofTableTable.withColumns(Collection<TableParam> values) Table.withColumns(TableParam... values) Table.withDescription(String value) Table.withForeignKeies(Collection<ForeignKey> values) Table.withForeignKeies(ForeignKey... values) Table.withNrows(BigInteger value) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type TableMethods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type TableConstructor parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type Table -
Uses of Table in org.javastro.ivoa.entities.vosi.tables
Subclasses of Table in org.javastro.ivoa.entities.vosi.tablesModifier and TypeClassDescriptionclassA description of a single table supported by the service associated with a VOSI-enabled resource.