uk.ac.starlink.vo
Class AbstractAdqlExample.TableWithCols

java.lang.Object
  extended by uk.ac.starlink.vo.AbstractAdqlExample.TableWithCols
Enclosing class:
AbstractAdqlExample

public static class AbstractAdqlExample.TableWithCols
extends Object

Encapsulates metadata for a table and a selection of colum names from it.


Method Summary
 String[] getColumns()
          Returns the columns array.
 TableMeta getTable()
          Returns the table object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTable

public TableMeta getTable()
Returns the table object.

Returns:
table

getColumns

public String[] getColumns()
Returns the columns array.

Returns:
array of column names of interest


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