Class TapSchemaInterrogator.MetaQuerier<T>
java.lang.Object
uk.ac.starlink.vo.TapSchemaInterrogator.MetaQuerier<T>
- Type Parameters:
T- metadata object type that this class can obtain
- Enclosing class:
TapSchemaInterrogator
Object that can read a certain type of TAP metadata object from
a table of a TAP_SCHEMA database table.
Instances are provided as static members of the enclosing
TapSchemaInterrogator class.- Since:
- 6 Jun 2011
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the TAP database table from the rows of which each metadata item can be read.
-
Method Details
-
getTableName
Returns the name of the TAP database table from the rows of which each metadata item can be read.- Returns:
- TAP_SCHEMA table name
-