public class UploadConeTable
extends uk.ac.starlink.table.AbstractStarTable
This is a one-shot sequential table - only one row sequence may be taken out from it.
| Constructor | Description |
|---|---|
UploadConeTable(ConeQueryRowSequence coneSeq,
RowMapper rowMapper,
java.lang.String idName,
java.lang.String raName,
java.lang.String decName) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumnCount() |
|
uk.ac.starlink.table.ColumnInfo |
getColumnInfo(int icol) |
|
long |
getRowCount() |
|
uk.ac.starlink.table.RowSequence |
getRowSequence() |
public UploadConeTable(ConeQueryRowSequence coneSeq, RowMapper rowMapper, java.lang.String idName, java.lang.String raName, java.lang.String decName)
coneSeq - sequence of positional queriesrowMapper - maps index of query to an identifier objectidName - column name for uploaded ID columnraName - column name for uploaded RA columndecName - column name for uploaded Dec columnpublic int getColumnCount()
getColumnCount in class uk.ac.starlink.table.AbstractStarTablepublic uk.ac.starlink.table.ColumnInfo getColumnInfo(int icol)
getColumnInfo in class uk.ac.starlink.table.AbstractStarTablepublic long getRowCount()
getRowCount in class uk.ac.starlink.table.AbstractStarTablepublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in class uk.ac.starlink.table.AbstractStarTablejava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.