Package | Description |
---|---|
tap | |
tap.db |
Modifier and Type | Method and Description |
---|---|
protected TableIterator |
ADQLExecutor.executeADQL(ADQLQuery adql)
Execute in "database" the given object representation of an ADQL query.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DBConnection.addUploadedTable(TAPTable tableDef,
TableIterator data)
Add the defined and given table inside the TAP_UPLOAD schema.
|
protected void |
JDBCConnection.createTAPTableIndexes(TAPTable table,
java.sql.Statement stmt)
Create the DB indexes corresponding to the given TAP_SCHEMA table.
|
TableIterator |
DBConnection.executeQuery(ADQLQuery adqlQuery)
Let executing the given ADQL query.
|
protected void |
JDBCConnection.fillTAPSchema(TAPMetadata meta)
Fill all the standard tables of TAP_SCHEMA (schemas, tables, columns, keys and key_columns).
|
protected int |
JDBCConnection.fillUploadedTable(TAPTable metaTable,
TableIterator data)
Fill the table uploaded by the user with the given data.
|
void |
JDBCConnection.setTAPSchema(TAPMetadata metadata)
This function is just calling the following functions:
|
void |
DBConnection.setTAPSchema(TAPMetadata metadata)
Empty and then fill all the TAP_SCHEMA tables with the given list of metadata.
|