uk.ac.starlink.vo
Interface AdqlValidator.ValidatorTable

Enclosing class:
AdqlValidator

public static interface AdqlValidator.ValidatorTable

Defines table metadata for tables known to the validator.


Method Summary
 AdqlValidator.ValidatorColumn[] getColumns()
          Returns an array of columns associated with this table.
 String getSchemaName()
          Returns the name of the schema to which this table belongs, if known.
 String getTableName()
          Returns the fully-qualified name of this table, which may include a schema part.
 

Method Detail

getTableName

String getTableName()
Returns the fully-qualified name of this table, which may include a schema part.

Returns:
table name

getSchemaName

String getSchemaName()
Returns the name of the schema to which this table belongs, if known. In practice, it only seems to be necessary if the table name does not include a schema part.

Returns:
schema name

getColumns

AdqlValidator.ValidatorColumn[] getColumns()
Returns an array of columns associated with this table.

Returns:
column array


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.