Package uk.ac.starlink.ttools.taplint
Interface MetadataHolder
-
- All Known Implementing Classes:
TableMetadataStage
,TablesEndpointStage
,TapSchemaMetadataHolder
,TapSchemaStage
public interface MetadataHolder
Provides table metadata.- Since:
- 24 Jun 2011
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description uk.ac.starlink.vo.SchemaMeta[]
getTableMetadata()
Returns the table metadata which will be used to frame example ADQL queries.
-
-
-
Method Detail
-
getTableMetadata
uk.ac.starlink.vo.SchemaMeta[] getTableMetadata()
Returns the table metadata which will be used to frame example ADQL queries. The returned objects should be fully populated (table and column lists in place, rather than needing further read operations).- Returns:
- tableset schema metadata array
-
-