- cancel(boolean) - Method in interface tap.db.DBConnection
-
Stop the execution of the current query.
- cancel(boolean) - Method in class tap.db.JDBCConnection
-
Cancel (and rollback when possible) the currently running query of this
JDBCConnection
instance.
- cancel(Statement, boolean) - Method in class tap.db.JDBCConnection
-
Cancel (and rollback when asked and if possible) the given statement.
- cancelQuery() - Method in class tap.ADQLExecutor
-
Cancel the current SQL query execution or result set fetching if any is currently running.
- canLog(UWSLog.LogLevel) - Method in class uws.service.log.DefaultUWSLog
-
Tells whether a message with the given error level can be logged or not.
- Capabilities - Class in tap.resource
-
TAP resource describing the capabilities of a TAP service.
- Capabilities(TAP) - Constructor for class tap.resource.Capabilities
-
Build a "/capabilities" resource.
- capabilities - Variable in class tap.resource.Sync
-
List of all capabilities of the TAP service.
- caseSensitivity - Variable in class adql.parser.IdentifierItems.IdentifierItem
-
- caseSensitivity - Variable in class adql.translator.MySQLTranslator
-
Indicate the case sensitivity to apply to each SQL identifier
(only SCHEMA, TABLE and COLUMN).
- caseSensitivity - Variable in class adql.translator.PostgreSQLTranslator
-
Indicate the case sensitivity to apply to each SQL identifier (only SCHEMA, TABLE and COLUMN).
- caseSensitivity - Variable in class adql.translator.SQLServerTranslator
-
Indicate the case sensitivity to apply to each SQL identifier (only SCHEMA, TABLE and COLUMN).
- cds.util - package cds.util
-
- cds.utils - package cds.utils
-
- CEILING - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- CENTER - Static variable in class cds.util.AsciiTable
-
Deprecated.
- CENTER - Static variable in class cds.util.LargeAsciiTable
-
Flag to center align a column content.
- CENTROID - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- CentroidFunction - Class in adql.query.operand.function.geometry
-
It represents the CENTROID function of the ADQL language.
- CentroidFunction(GeometryFunction.GeometryValue<GeometryFunction>) - Constructor for class adql.query.operand.function.geometry.CentroidFunction
-
Builds a CENTROID function.
- CentroidFunction(CentroidFunction) - Constructor for class adql.query.operand.function.geometry.CentroidFunction
-
Builds a CENTROID function by copying the given one.
- changeDestructionTime(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the destruction time.
- changeExecDuration(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the execution duration.
- changeJobName(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the run ID.
- changeJobParam(String, String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the specified parameter.
- check(ADQLQuery) - Method in class adql.db.DBChecker
-
Check all the columns, tables and UDFs references inside the given query.
- check(ADQLQuery, Stack<SearchColumnList>) - Method in class adql.db.DBChecker
-
Process several (semantic) verifications in the given ADQL query.
- check(ADQLQuery) - Method in interface adql.parser.QueryChecker
-
- check(Object) - Method in class tap.parameters.FormatController
-
- check(Object) - Method in class tap.parameters.MaxRecController
-
- check(Object) - Method in class tap.parameters.TAPDestructionTimeController
-
- check(Object) - Method in class tap.parameters.TAPExecutionDurationController
-
- check() - Method in class tap.parameters.TAPParameters
-
Check the coherence between all TAP parameters.
- check(Object) - Method in class uws.job.parameters.DestructionTimeController
-
- check(Object) - Method in class uws.job.parameters.DurationParamController
-
- check(Object) - Method in class uws.job.parameters.ExecutionDurationController
-
- check(Object) - Method in interface uws.job.parameters.InputParamController
-
Checks the value of the controlled parameter and builds a new object from this value.
- check(Object) - Method in class uws.job.parameters.NumericParamController
-
- check(Object) - Method in class uws.job.parameters.StringParamController
-
- checkColumnReference(ColumnReference, ClauseSelect, SearchColumnList) - Method in class adql.db.DBChecker
-
Check whether the given column reference corresponds to a selected item (column or an expression with an alias)
or to an existing column.
- checkCoordinateSystem(StringConstant, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Parse and then check the coordinate system contained in the given
StringConstant
instance.
- checkCoordinateSystem(STCS.CoordSys, ADQLOperand, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Check whether the given coordinate system is allowed by this implementation.
- checkDBItems(ADQLQuery, Stack<SearchColumnList>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Check DB items (tables and columns) used in the given ADQL query.
- checkGeometries(ADQLQuery, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Check all geometries.
- checkGeometryFunction(String, ADQLFunction, DBChecker.BinarySearch<String, String>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Check whether the specified geometrical function is allowed by this implementation.
- checkGroupByItem(ADQLColumn, ClauseSelect, SearchColumnList) - Method in class adql.db.DBChecker
-
Check whether the given column corresponds to a selected item's alias or to an existing column.
- checkReadState() - Method in class tap.data.VOTableIterator
-
Check the row iteration state.
- checkRegion(STCS.Region, RegionFunction, DBChecker.BinarySearch<String, String>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Check the given region.
- checkSeparator(String) - Static method in class adql.query.ClauseConstraints
-
Checks/Converts the given separator in one of the two logical separators.
- checkSubQueries(ADQLQuery, Stack<SearchColumnList>, SearchColumnList, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Search all sub-queries found in the given query but not in the clause FROM.
- checkTypes(ADQLQuery, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Search all operands whose the type is not yet known and try to resolve it now
and to check whether it matches the type expected by the syntactic parser.
- checkUDFs(ADQLQuery, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
-
Search all UDFs (User Defined Functions) inside the given query, and then
check their signature against the list of allowed UDFs.
- checkUploadedTableDef(TAPTable) - Method in class tap.db.JDBCConnection
-
Ensures that the given table MUST be inside the upload schema in ADQL.
- chooseFormat(String) - Method in class uws.service.error.DefaultUWSErrorWriter
-
- choosenSerializer - Variable in class uws.service.UWSService
-
- CIRCLE - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- CircleFunction - Class in adql.query.operand.function.geometry
-
It represents the CIRCLE function of the ADQL language.
- CircleFunction(ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand) - Constructor for class adql.query.operand.function.geometry.CircleFunction
-
Builds a CIRCLE function.
- CircleFunction(CircleFunction) - Constructor for class adql.query.operand.function.geometry.CircleFunction
-
Builds a CIRCLE function by copying the given one.
- circleToPolygon(double[], double) - Method in class adql.translator.PgSphereTranslator
-
Convert the specified circle into a polygon.
- ClauseADQL<T extends ADQLObject> - Class in adql.query
-
Represents an ADQL clause (i.e.
- ClauseADQL() - Constructor for class adql.query.ClauseADQL
-
Builds an anonymous ClauseADQL.
- ClauseADQL(String) - Constructor for class adql.query.ClauseADQL
-
Builds a ClauseADQL considering its name.
- ClauseADQL(ADQLList<T>) - Constructor for class adql.query.ClauseADQL
-
Builds a ClauseADQL by copying the given one.
- ClauseConstraints - Class in adql.query
-
- ClauseConstraints(String) - Constructor for class adql.query.ClauseConstraints
-
Builds a constraints list with only its name (which will prefix the whole list).
- ClauseConstraints(String, String) - Constructor for class adql.query.ClauseConstraints
-
Builds a constraints list with its name and its default separator.
- ClauseConstraints(ClauseConstraints) - Constructor for class adql.query.ClauseConstraints
-
Builds a ClauseConstraints by copying the given one.
- ClauseSelect - Class in adql.query
-
The SELECT clause of an ADQL query.
- ClauseSelect() - Constructor for class adql.query.ClauseSelect
-
Builds an empty SELECT clause.
- ClauseSelect(boolean) - Constructor for class adql.query.ClauseSelect
-
Builds an empty SELECT clause by specifying whether the returned rows are unique (regarding the first returned columns).
- ClauseSelect(int) - Constructor for class adql.query.ClauseSelect
-
Builds an empty SELECT clause whose the returned rows must be limited to the given number.
- ClauseSelect(boolean, int) - Constructor for class adql.query.ClauseSelect
-
Builds an empty SELECT clause.
- ClauseSelect(ClauseSelect) - Constructor for class adql.query.ClauseSelect
-
Builds a SELECT clause by copying the given one.
- cleanOwnerDirectory(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
Removes the owner directory if there is no more file in it (except the backup file which is no more required).
- clear() - Method in class adql.query.ADQLList
-
Clears this clause.
- clear() - Method in class adql.query.ClauseConstraints
-
- clear() - Method in class cds.utils.TextualSearchList
-
- clear() - Method in class uws.job.JobList
-
Destroys all jobs of this list.
- clear(JobOwner) - Method in class uws.job.JobList
-
Destroys all jobs owned by the specified user.
- clearDirectory(String) - Static method in class uws.UWSToolBox
-
Empties the specified directory.
- clearDirectory(File) - Static method in class uws.UWSToolBox
-
Empties the specified directory.
- clearResources() - Method in class uws.job.UWSJob
-
Stops the job if running, removes the job from the execution manager,
stops the timer for the execution duration.
- clearResources(boolean) - Method in class uws.job.UWSJob
-
Stops the job if running, removes the job from the execution manager,
stops the timer for the execution duration.
- ClientAbortException - Exception in uws
-
Exception which occurs when the connection between the HTTP client and a servlet has been unexpectedly closed.
- ClientAbortException() - Constructor for exception uws.ClientAbortException
-
- ClientAbortException(IOException) - Constructor for exception uws.ClientAbortException
-
- close() - Method in interface cds.util.LargeAsciiTable.AsciiTableIterator
-
- close() - Method in class cds.util.LargeAsciiTable
-
Free all resources associated with this
LargeAsciiTable
:
close the output stream toward the temporary buffer file, if open,
delete the temporary buffer file,
discard all memorised lines,
and forget about the given header Postfix and spaces.
- close() - Method in class tap.data.LimitedTableIterator
-
- close() - Method in class tap.data.ResultSetTableIterator
-
- close() - Method in interface tap.data.TableIterator
-
Close the stream or input over which this class iterates.
- close() - Method in class tap.data.VOTableIterator
-
- close(ResultSet) - Method in class tap.db.JDBCConnection
-
Close silently the given ResultSet
.
- close(Statement) - Method in class tap.db.JDBCConnection
-
Close silently the given Statement
.
- close() - Method in class tap.upload.LimitedSizeInputStream
-
- close() - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- CloseAction - Interface in uws.service.file.io
-
- closed - Variable in class cds.util.LargeAsciiTable
-
Indicate whether this table is closed.
- closeStatement() - Method in class tap.db.JDBCConnection
-
- COL_SEP - Static variable in class tap.formatter.TextFormat
-
Internal column separator.
- Column() - Method in class adql.parser.ADQLParser
-
- column - Variable in class adql.parser.SimpleCharStream
-
- ColumnName() - Method in class adql.parser.ADQLParser
-
Extracts the name of a column with its possible catalog, schema and table prefixes.
- ColumnReference - Class in adql.query
-
Represents a reference to a selected column either by an index or by a non-qualified column name/alias.
- ColumnReference(int) - Constructor for class adql.query.ColumnReference
-
Builds a column reference with an index of a selected column.
- ColumnReference(String) - Constructor for class adql.query.ColumnReference
-
Builds a column reference with a name/alias of a selected column.
- ColumnReference(ColumnReference) - Constructor for class adql.query.ColumnReference
-
Builds a column reference by copying the given one.
- columns - Variable in class adql.db.DefaultDBTable
-
- columns - Variable in class tap.metadata.TAPTable
-
List of columns composing this table.
- columnsAssoc - Variable in class tap.metadata.TAPForeignKey
-
- COMMA - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- COMMA_SEPARATOR - Static variable in class tap.formatter.SVFormat
-
Column separator for CSV format.
- commit() - Method in class tap.db.JDBCConnection
-
Commit the current transaction.
- compare(S, T) - Method in class adql.db.DBChecker.BinarySearch
-
Compare the search item and the array item.
- compare(int, ServiceConnection.LimitUnit, int, ServiceConnection.LimitUnit) - Static method in enum tap.ServiceConnection.LimitUnit
-
Compares the 2 given values (each one expressed in the given unit).
- compare(long, ServiceConnection.LimitUnit, long, ServiceConnection.LimitUnit) - Static method in enum tap.ServiceConnection.LimitUnit
-
Compares the 2 given values (each one expressed in the given unit).
- compare(long, long) - Static method in enum tap.ServiceConnection.LimitUnit
-
(Strict copy of Integer.compare(long,long) of Java 1.7)
- compare(UWSJob, UWSJob) - Method in class uws.job.manager.DefaultDestructionManager.TimeComparator
-
- compare(UWSJob, UWSJob) - Method in class uws.job.serializer.filter.JobListRefiner.JobComparator
-
- compareTo(FunctionDef) - Method in class adql.db.FunctionDef
-
- compareTo(ADQLFunction) - Method in class adql.db.FunctionDef
-
Compare this function definition with the given ADQL function item.
- Comparison - Class in adql.query.constraint
-
Represents a comparison (numeric or not) between two operands.
- Comparison(ADQLOperand, ComparisonOperator, ADQLOperand) - Constructor for class adql.query.constraint.Comparison
-
Creates a comparison between two operands.
- Comparison(Comparison) - Constructor for class adql.query.constraint.Comparison
-
Builds a comparison by copying the given one.
- ComparisonEnd(ADQLOperand) - Method in class adql.parser.ADQLParser
-
- ComparisonOperator - Enum in adql.query.constraint
-
Gathers all comparison operators (numeric or not).
- complete - Variable in class cds.util.LargeAsciiTable
-
Indicate whether this table is complete.
- CONCAT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- Concatenation - Class in adql.query.operand
-
Represents a concatenation in ADQL (ex: "_s_ra" || ':' || "_s_dec").
- Concatenation() - Constructor for class adql.query.operand.Concatenation
-
Builds an empty concatenation.
- Concatenation(Concatenation) - Constructor for class adql.query.operand.Concatenation
-
- condition - Variable in class adql.query.from.ADQLJoin
-
The join condition.
- ConditionsList(ClauseConstraints) - Method in class adql.parser.ADQLParser
-
- ConfigurableServiceConnection - Class in tap.config
-
Concrete implementation of
ServiceConnection
, fully parameterized
with a TAP configuration file.
- ConfigurableServiceConnection(Properties) - Constructor for class tap.config.ConfigurableServiceConnection
-
Create a TAP service description thanks to the given TAP configuration
file.
- ConfigurableServiceConnection(Properties, String) - Constructor for class tap.config.ConfigurableServiceConnection
-
Create a TAP service description thanks to the given TAP configuration
file.
- ConfigurableTAPFactory - Class in tap.config
-
Concrete implementation of a
TAPFactory
which is parameterized by a TAP configuration file.
- ConfigurableTAPFactory(ServiceConnection, Properties) - Constructor for class tap.config.ConfigurableTAPFactory
-
Build a
TAPFactory
using the given TAP service description and TAP configuration file.
- ConfigurableTAPServlet - Class in tap.config
-
HTTP servlet fully configured with a TAP configuration file.
- ConfigurableTAPServlet() - Constructor for class tap.config.ConfigurableTAPServlet
-
- ConfigurableUWSFactory - Class in uws.config
-
Concrete implementation of a
UWSFactory
which is parameterized by a UWS configuration file.
- ConfigurableUWSFactory() - Constructor for class uws.config.ConfigurableUWSFactory
-
Create an empty factory.
- ConfigurableUWSFactory(Properties) - Constructor for class uws.config.ConfigurableUWSFactory
-
Create and initialize a UWS factory thanks to properties coming from a UWS configuration file.
- ConfigurableUWSServlet - Class in uws.config
-
HTTP servlet fully configured with a UWS configuration file.
- ConfigurableUWSServlet() - Constructor for class uws.config.ConfigurableUWSServlet
-
- configureDestruction(int, DestructionTimeController.DateField, int, DestructionTimeController.DateField, boolean) - Method in class uws.service.AbstractUWSFactory
-
Lets configuring the destruction time default and maximum value.
- configureDestruction(int, DestructionTimeController.DateField, int, DestructionTimeController.DateField, boolean) - Method in class uws.service.UWSServlet
-
Lets configuring the destruction time default and maximum value.
- configureExecution(long, long, boolean) - Method in class uws.service.AbstractUWSFactory
-
Lets configuring the execution duration default and maximum value.
- configureExecution(long, long, boolean) - Method in class uws.service.UWSServlet
-
Lets configuring the execution duration default and maximum value.
- connection - Variable in class tap.db.JDBCConnection
-
JDBC connection (created and initialized at the creation of this
JDBCConnection
instance).
- Constraint() - Method in class adql.parser.ADQLParser
-
- ConstraintsGroup - Class in adql.query.constraint
-
Represents a parenthesized list of constraints.
- ConstraintsGroup() - Constructor for class adql.query.constraint.ConstraintsGroup
-
- ConstraintsGroup(ConstraintsGroup) - Constructor for class adql.query.constraint.ConstraintsGroup
-
- constructorRequestParser - Variable in class uws.config.ConfigurableUWSFactory
-
Constructor of the
RequestParser
to create for the whole UWS service.
- consumeParameter(String, Object, Map<String, Object>) - Method in class uws.service.request.FormEncodedParser
-
Consume the specified parameter: add it inside the given map.
- consumeParameter(String, Object, Map<String, Object>) - Method in class uws.service.request.MultipartParser
-
Consume the specified parameter: add it inside the given map.
- CONTAINS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- contains(Object) - Method in class cds.utils.TextualSearchList
-
Returns true if this list contains the specified element.
- ContainsFunction - Class in adql.query.operand.function.geometry
-
It represents the CONTAINS function of the ADQL language.
- ContainsFunction(GeometryFunction.GeometryValue<GeometryFunction>, GeometryFunction.GeometryValue<GeometryFunction>) - Constructor for class adql.query.operand.function.geometry.ContainsFunction
-
Builds a CONTAINS function.
- ContainsFunction(ContainsFunction) - Constructor for class adql.query.operand.function.geometry.ContainsFunction
-
Builds a CONTAINS function by copying the given one.
- content - Variable in class uws.job.jobInfo.XMLJobInfo
-
XML document represented by this
JobInfo
.
- convertNumericType(DBType.DBDatatype) - Method in class tap.metadata.VotType
-
Convert this numeric
VotType
object into a corresponding
DBType
whose the datatype is provided in parameter.
- convertType(int, String, String) - Method in class tap.data.ResultSetTableIterator
-
Convert the given DBMS type into the corresponding
DBType
instance.
- convertTypeFromDB(int, String, String, String[]) - Method in class adql.translator.JDBCTranslator
-
Convert any type provided by a JDBC driver into a type understandable by the ADQL/TAP library.
- convertTypeFromDB(int, String, String, String[]) - Method in class adql.translator.MySQLTranslator
-
- convertTypeFromDB(int, String, String, String[]) - Method in class adql.translator.PgSphereTranslator
-
- convertTypeFromDB(int, String, String, String[]) - Method in class adql.translator.PostgreSQLTranslator
-
- convertTypeFromDB(int, String, String, String[]) - Method in class adql.translator.SQLServerTranslator
-
- convertTypeToDB(DBType) - Method in class adql.translator.JDBCTranslator
-
Convert any type provided by the ADQL/TAP library into a type understandable by a JDBC driver.
- convertTypeToDB(DBType) - Method in class adql.translator.MySQLTranslator
-
- convertTypeToDB(DBType) - Method in class adql.translator.PgSphereTranslator
-
- convertTypeToDB(DBType) - Method in class adql.translator.PostgreSQLTranslator
-
- convertTypeToDB(DBType) - Method in class adql.translator.SQLServerTranslator
-
- convertTypeToDB(DBType) - Method in class tap.db.JDBCConnection
-
Convert the given TAP type into the corresponding DBMS column type.
- convertVariableLengthType(DBType.DBDatatype, DBType.DBDatatype) - Method in class tap.metadata.VotType
-
Convert this variable length
VotType
(unsignedByte and char) object into a corresponding
DBType
whose the variable length and fixed length versions are given in parameters.
- COORD1 - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- COORD2 - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- coordinates - Variable in class adql.db.STCS.Region
-
List of coordinates' pairs.
- Coordinates() - Method in class adql.parser.ADQLParser
-
- coordinates - Variable in class adql.query.operand.function.geometry.PolygonFunction
-
The coordinates of vertices.
- CoordinateSystem() - Method in class adql.parser.ADQLParser
-
- coordinateSystems - Variable in class tap.metadata.TAPMetadata
-
List of all coordinate systems used by columns published in the TAP_SCHEMA.
- CoordSys() - Constructor for class adql.db.STCS.CoordSys
-
Build a default coordinate system (UNKNOWNFRAME UNKNOWNREFPOS SPHERICAL2).
- CoordSys(STCS.Frame, STCS.RefPos, STCS.Flavor) - Constructor for class adql.db.STCS.CoordSys
-
Build a coordinate system with the given parts.
- CoordSys(String) - Constructor for class adql.db.STCS.CoordSys
-
Build a coordinate system by parsing the given STC-S expression.
- coordSys - Variable in class adql.db.STCS.Region
-
Coordinate system used by this region.
- COORDSYS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- coordSys - Variable in class adql.query.operand.function.geometry.GeometryFunction
-
The coordinate system used to express the coordinates.
- coordSysRegExp - Variable in class adql.db.DBChecker
-
A regular expression built using the list of allowed coordinate systems.
- COOSYS_ID_COLUMN - Static variable in class tap.db.JDBCConnection
-
Name of the database column giving the coordinate system ID associated
with a TAP column.
- copy(String, String, DBTable) - Method in interface adql.db.DBColumn
-
Makes a copy of this instance of
DBColumn
.
- copy(String, String, DBTable) - Method in class adql.db.DBCommonColumn
-
WARNING: This copy function does not make a real copy of this DBCommonColumn !
It returns a modified copy of the general column description it contains.
- copy(String, String) - Method in interface adql.db.DBTable
-
Makes a copy of this instance of
DBTable
, with the possibility to change the DB and ADQL names.
- copy(String, String, DBTable) - Method in class adql.db.DefaultDBColumn
-
- copy(String, String) - Method in class adql.db.DefaultDBTable
-
- copy(String, String, DBTable) - Method in class tap.metadata.TAPColumn
-
Warning:
Since the type of the other data is not known, the copy of its value
can not be done properly.
- copy() - Method in class tap.metadata.TAPColumn
-
Provide a deep copy (included the other data) of this column.
- copy(String, String) - Method in class tap.metadata.TAPTable
-
- COS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- COT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- COUNT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- createADQLExecutor() - Method in class tap.AbstractTAPFactory
-
Note:
Unless the standard implementation - ADQLExecutor
- does not fit exactly your needs,
it should not be necessary to extend this class and to extend this function (implemented here by default).
- createADQLExecutor() - Method in class tap.TAPFactory
-
Create the object able to execute an ADQL query and to write and to format its result.
- createADQLParser() - Method in class tap.AbstractTAPFactory
-
Note:
This function should be extended if you want to customize the ADQL grammar.
- createADQLParser() - Method in class tap.TAPFactory
-
Create a parser of ADQL query.
- createADQLTranslator() - Method in class tap.config.ConfigurableTAPFactory
-
- createArea(GeometryFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createArea(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createBetween(boolean, ADQLOperand, ADQLOperand, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createBox(ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createCentroid(GeometryFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createCentroid(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createCircle(ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createColRef(IdentifierItems.IdentifierItem) - Method in class adql.parser.ADQLQueryFactory
-
- createColRef(IdentifierItems) - Method in class adql.parser.ADQLQueryFactory
-
- createColRef(int, TextPosition) - Method in class adql.parser.ADQLQueryFactory
-
- createColumn(IdentifierItems) - Method in class adql.parser.ADQLQueryFactory
-
- createColumn(IdentifierItems.IdentifierItem) - Method in class adql.parser.ADQLQueryFactory
-
- createComparison(ADQLOperand, ComparisonOperator, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createConcatenation() - Method in class adql.parser.ADQLQueryFactory
-
- createContains(GeometryFunction, GeometryFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createContains(GeometryFunction.GeometryValue<GeometryFunction>, GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createCoord1(PointFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createCoord1(ADQLColumn) - Method in class adql.parser.ADQLQueryFactory
-
- createCoord2(PointFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createCoord2(ADQLColumn) - Method in class adql.parser.ADQLQueryFactory
-
- createDistance(PointFunction, PointFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createDistance(GeometryFunction.GeometryValue<PointFunction>, GeometryFunction.GeometryValue<PointFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createExists(ADQLQuery) - Method in class adql.parser.ADQLQueryFactory
-
- createExtractCoordSys(GeometryFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createExtractCoordSys(ADQLColumn) - Method in class adql.parser.ADQLQueryFactory
-
- createExtractCoordSys(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createFileManager() - Method in class uws.service.UWSServlet
-
- createGroupOfConstraints() - Method in class adql.parser.ADQLQueryFactory
-
- createIn(ADQLOperand, ADQLQuery, boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createIn(ADQLOperand, ADQLOperand[], boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createIntersects(GeometryFunction, GeometryFunction) - Method in class adql.parser.ADQLQueryFactory
-
- createIntersects(GeometryFunction.GeometryValue<GeometryFunction>, GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.parser.ADQLQueryFactory
-
- createIsNull(boolean, ADQLColumn) - Method in class adql.parser.ADQLQueryFactory
-
- createJob(HttpServletRequest, JobOwner) - Method in class tap.TAPFactory
-
Creates a (PENDING) UWS job from the given HTTP request.
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class tap.TAPFactory
-
Creates a UWS job with the following attributes.
- createJob(HttpServletRequest, JobOwner) - Method in class uws.config.ConfigurableUWSFactory
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.config.ConfigurableUWSFactory
-
- createJob(HttpServletRequest, JobOwner) - Method in class uws.service.AbstractUWSFactory
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.service.AbstractUWSFactory
-
- createJob(HttpServletRequest, JobOwner) - Method in interface uws.service.UWSFactory
-
Creates a (PENDING) UWS job from the given HTTP request.
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in interface uws.service.UWSFactory
-
Creates a UWS job with the following attributes.
- createJob(HttpServletRequest, JobOwner) - Method in class uws.service.UWSServlet
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.service.UWSServlet
-
- createJob(String, Map<String, String>) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to create a job with the given parameters.
- createJobThread(UWSJob) - Method in class tap.TAPFactory
-
Create the thread which will execute the task described by the given UWSJob instance.
- createJobThread(UWSJob) - Method in class uws.config.ConfigurableUWSFactory
-
- createJobThread(UWSJob) - Method in interface uws.service.UWSFactory
-
Creates the thread which will executes the task described by the given
UWSJob
instance.
- createJoin(ADQLQueryFactory.JoinType, FromContent, FromContent) - Method in class adql.parser.ADQLQueryFactory
-
- createJoin(ADQLQueryFactory.JoinType, FromContent, FromContent, ClauseConstraints) - Method in class adql.parser.ADQLQueryFactory
-
- createJoin(ADQLQueryFactory.JoinType, FromContent, FromContent, Collection<ADQLColumn>) - Method in class adql.parser.ADQLQueryFactory
-
- createJoin(ADQLQueryFactory.JoinType, FromContent, FromContent) - Method in class adql.parser.SQLServer_ADQLQueryFactory
-
- createMathFunction(MathFunctionType, ADQLOperand, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createNegativeOperand(ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createNot(ADQLConstraint) - Method in class adql.parser.ADQLQueryFactory
-
- createNumericConstant(String) - Method in class adql.parser.ADQLQueryFactory
-
- createOperation(ADQLOperand, OperationType, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createOrder(int, boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createOrder(int, boolean, TextPosition) - Method in class adql.parser.ADQLQueryFactory
-
- createOrder(IdentifierItems.IdentifierItem, boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createOrder(IdentifierItems, boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createParentDir(File) - Method in class uws.service.file.LocalUWSFileManager
-
Creates the parent directory(ies) if it(they) does/do not exist.
- createPoint(ADQLOperand, ADQLOperand, ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createPolygon(ADQLOperand, Collection<? extends ADQLOperand>) - Method in class adql.parser.ADQLQueryFactory
-
- createQuery() - Method in class adql.parser.ADQLQueryFactory
-
- createQueryChecker(TAPSchema) - Method in class tap.AbstractTAPFactory
-
This implementation gathers all tables published in this TAP service and those uploaded
by the user.
- createQueryChecker(Collection<TAPTable>) - Method in class tap.AbstractTAPFactory
-
Create an object able to check the consistency between the ADQL query and the database.
- createQueryChecker(TAPSchema) - Method in class tap.TAPFactory
-
Create an object able to check the consistency between the ADQL query and the database.
- createQueryFactory() - Method in class tap.AbstractTAPFactory
-
Note:
This function should be extended if you have customized the creation of any
ADQLQuery
part ; it could be the addition of one or several user defined function
or the modification of any ADQL function or clause specific to your implementation.
- createQueryFactory() - Method in class tap.TAPFactory
-
Create a factory able to build every part of an
ADQLQuery
object.
- createRegion(ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- createRequestParser(UWSFileManager) - Method in class tap.TAPFactory
-
- createRequestParser(UWSFileManager) - Method in class uws.config.ConfigurableUWSFactory
-
- createRequestParser(UWSFileManager) - Method in class uws.service.AbstractUWSFactory
-
- createRequestParser(UWSFileManager) - Method in interface uws.service.UWSFactory
-
Create a parser of HTTP requests.
- createRequestParser(UWSFileManager) - Method in class uws.service.UWSServlet
-
- createResult() - Method in class uws.job.JobThread
-
Creates a default result description.
- createResult(String) - Method in class uws.job.JobThread
-
Creates a default result description but by precising its name/ID.
- createSelectItem(ADQLOperand, String) - Method in class adql.parser.ADQLQueryFactory
-
- createSQLFunction(SQLFunctionType, ADQLOperand, boolean) - Method in class adql.parser.ADQLQueryFactory
-
- createStringConstant(String) - Method in class adql.parser.ADQLQueryFactory
-
- createTable(IdentifierItems, IdentifierItems.IdentifierItem) - Method in class adql.parser.ADQLQueryFactory
-
- createTable(ADQLQuery, IdentifierItems.IdentifierItem) - Method in class adql.parser.ADQLQueryFactory
-
- createTableIterator(ResultSet, DBColumn[]) - Method in class tap.db.JDBCConnection
-
Create a
TableIterator
instance which lets reading the given result table.
- createTAPJob(HttpServletRequest, JobOwner) - Method in class tap.AbstractTAPFactory
-
This implementation provides a basic
TAPJob
instance.
- createTAPJob(String, long, JobOwner, TAPParameters, long, long, long, List<Result>, ErrorSummary) - Method in class tap.AbstractTAPFactory
-
This implementation provides a basic
TAPJob
instance.
- createTAPJob(HttpServletRequest, JobOwner) - Method in class tap.TAPFactory
-
Create a PENDING asynchronous job from the given HTTP request.
- createTAPJob(String, long, JobOwner, TAPParameters, long, long, long, List<Result>, ErrorSummary) - Method in class tap.TAPFactory
-
Create a PENDING asynchronous job with the given parameters.
- createTAPParameters(HttpServletRequest) - Method in class tap.AbstractTAPFactory
-
This implementation extracts standard TAP parameters from the given request.
- createTAPParameters(Map<String, Object>) - Method in class tap.AbstractTAPFactory
-
This implementation extracts standard TAP parameters from the given request.
- createTAPParameters(HttpServletRequest) - Method in class tap.TAPFactory
-
Extract all the TAP parameters from the given HTTP request (multipart or not) and return them.
- createTAPParameters(Map<String, Object>) - Method in class tap.TAPFactory
-
Identify all TAP parameters and gather them inside a
TAPParameters
object.
- createTAPSchemaTable(TAPTable, Statement) - Method in class tap.db.JDBCConnection
-
Create the specified standard TAP_SCHEMA tables into the database.
- createTAPTableIndexes(TAPTable, Statement) - Method in class tap.db.JDBCConnection
-
Create the DB indexes corresponding to the given TAP_SCHEMA table.
- createUploader(DBConnection) - Method in class tap.AbstractTAPFactory
-
This implementation just create an
Uploader
instance with the given database connection.
- createUploader(DBConnection) - Method in class tap.TAPFactory
-
Create an object able to manage the creation of submitted user tables (in VOTable) into the database.
- createUserDefinedFunction(String, ADQLOperand[]) - Method in class adql.parser.ADQLQueryFactory
-
Creates the user defined functions called as the given name and with the given parameters.
- createUWS() - Method in class tap.AbstractTAPFactory
-
This implementation just create a
UWSService
instance.
- createUWS() - Method in class tap.TAPFactory
-
Create the object which will manage the asynchronous resource of the TAP service.
- createUWSBackupManager(UWSService) - Method in class tap.AbstractTAPFactory
-
This implementation does not provided a backup manager.
- createUWSBackupManager(UWSService) - Method in class tap.config.ConfigurableTAPFactory
-
Build an
DefaultTAPBackupManager
thanks to the backup manager parameters specified
in the TAP configuration file (the properties: backup_frequency, backup_by_user).
- createUWSBackupManager(UWSService) - Method in class tap.TAPFactory
-
Create the object which will manage the backup and restoration of all asynchronous jobs.
- createUWSParameters(HttpServletRequest) - Method in class tap.TAPFactory
-
Extract the parameters from the given request (multipart or not).
- createUWSParameters(Map<String, Object>) - Method in class tap.TAPFactory
-
Identify and gather all identified parameters of the given map inside a
TAPParameters
object.
- createUWSParameters(Map<String, Object>) - Method in class uws.config.ConfigurableUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in class uws.config.ConfigurableUWSFactory
-
- createUWSParameters(Map<String, Object>) - Method in class uws.service.AbstractUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in class uws.service.AbstractUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in interface uws.service.UWSFactory
-
Lets extracting all parameters from the given request.
- createUWSParameters(Map<String, Object>) - Method in interface uws.service.UWSFactory
-
Lets extracting all parameters from the given map.
- createUWSParameters(Map<String, Object>) - Method in class uws.service.UWSServlet
-
- createUWSParameters(HttpServletRequest) - Method in class uws.service.UWSServlet
-
- createWrappedOperand(ADQLOperand) - Method in class adql.parser.ADQLQueryFactory
-
- creationTime - Variable in class uws.job.UWSJob
-
Date of the initial creation of this job.
- CrossJoin - Class in adql.query.from
-
Cross join.
- CrossJoin(FromContent, FromContent) - Constructor for class adql.query.from.CrossJoin
-
Builds a CROSS join between the two given "tables".
- CrossJoin(CrossJoin) - Constructor for class adql.query.from.CrossJoin
-
Builds a copy of the given CROSS join.
- csep - Variable in class cds.util.LargeAsciiTable
-
Column separator (as char).
- csMap - Variable in class cds.utils.TextualSearchList
-
Map which associates objects of type E with its textual string (case-sensitive).
- curChar - Variable in class adql.parser.ADQLParserTokenManager
-
- currentDate - Variable in class uws.job.manager.DefaultDestructionManager
-
- currentJob - Variable in class uws.job.manager.DefaultDestructionManager
-
The job currently planned for destruction.
- currentToken - Variable in exception adql.parser.ParseException
-
This is the last token that has been consumed successfully.