edu.unh.sdb.datasource
Class DSRecordSpec

java.lang.Object
  extended by edu.unh.sdb.common.RecordSpec
      extended by edu.unh.sdb.datasource.DSRecordSpec

public class DSRecordSpec
extends RecordSpec


Field Summary
protected  DataSource[] datasources
           
 
Fields inherited from class edu.unh.sdb.common.RecordSpec
fieldNumbers, fim
 
Constructor Summary
DSRecordSpec(DataSource[] sources, int[] fieldNumbers)
           
 
Method Summary
 DataSource getIndexedDataSource(int index)
          Get the datasource reference at the indicated position.
 
Methods inherited from class edu.unh.sdb.common.RecordSpec
getFieldIDMapper, getFieldNumber, getFieldNumbers, getIndexedFieldNumber, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datasources

protected DataSource[] datasources
Constructor Detail

DSRecordSpec

public DSRecordSpec(DataSource[] sources,
                    int[] fieldNumbers)
Method Detail

getIndexedDataSource

public DataSource getIndexedDataSource(int index)
Get the datasource reference at the indicated position.