Package uk.ac.starlink.vo
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
public abstract static class TapSchemaInterrogator.MetaQuerier<T> extends java.lang.Object
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 enclosingTapSchemaInterrogator
class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTableName()
Returns the name of the TAP database table from the rows of which each metadata item can be read.
-