Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

T

TAB_SEPARATOR - Static variable in class tap.formatter.SVFormat
Column separator for TSV format.
table - Variable in class adql.db.DefaultDBColumn
Table in which this column exists.
TableIterator - Interface in tap.data
Let's iterate on each row and then on each column over a table dataset.
TableName() - Method in class adql.parser.ADQLParser
Extracts the name of a table with its possible catalog and schema prefixes.
TableRef() - Method in class adql.parser.ADQLParser
 
tables - Variable in class tap.metadata.TAPSchema
List all tables contained inside this schema.
TableSetParser - Class in tap.metadata
Let parse an XML document representing a table set, and return the corresponding TAPMetadata instance.
TableSetParser() - Constructor for class tap.metadata.TableSetParser
 
TableSetParser.ForeignKey - Class in tap.metadata
Intermediary representation of a Foreign Key.
tabPrefix - Variable in class uws.job.serializer.XMLSerializer
Tab to add just before each next XML node.
tabSize - Variable in class adql.parser.SimpleCharStream
 
TAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
tap - package tap
 
tap - Variable in class tap.resource.HomePage
TAP service owning this resource.
TAP - Class in tap.resource
Root/Home of the TAP service.
TAP(ServiceConnection) - Constructor for class tap.resource.TAP
Build a HOME resource of a TAP service whose the description is given in parameter.
tap.backup - package tap.backup
 
tap.config - package tap.config
 
tap.data - package tap.data
 
tap.db - package tap.db
 
tap.error - package tap.error
 
tap.formatter - package tap.formatter
 
tap.log - package tap.log
 
tap.metadata - package tap.metadata
 
tap.parameters - package tap.parameters
 
tap.resource - package tap.resource
 
tap.upload - package tap.upload
 
TAP_CONF_PARAMETER - Static variable in class tap.config.TAPConfiguration
Name of the initial parameter to set in the WEB-INF/web.xml file in order to specify the location and the name of the TAP configuration file to load.
TAP_LOG_ID_SUFFIX - Static variable in class tap.log.Slf4jTAPLog
Suffix to append to the root logger ID for the TAP logger.
TAP_PARAMETERS - Static variable in class tap.parameters.TAPParameters
All the TAP parameters.
TAP_UPLOAD_REGEXP - Static variable in class tap.parameters.DALIUpload
Regular expression of an UPLOAD parameter as defined by TAP (REC-TAP-1.0).
tapBaseURL - Variable in class tap.resource.TAP
Base URL of the TAP service.
TAPColumn - Class in tap.metadata
Represent a column as described by the IVOA standard in the TAP protocol definition.
TAPColumn(String) - Constructor for class tap.metadata.TAPColumn
Build a VARCHAR TAPColumn instance with the given ADQL name.
TAPColumn(String, DBType) - Constructor for class tap.metadata.TAPColumn
Build a TAPColumn instance with the given ADQL name and datatype.
TAPColumn(String, String) - Constructor for class tap.metadata.TAPColumn
Build a VARCHAR TAPColumn instance with the given ADQL name and description.
TAPColumn(String, DBType, String) - Constructor for class tap.metadata.TAPColumn
Build a TAPColumn instance with the given ADQL name, datatype and description.
TAPColumn(String, String, String) - Constructor for class tap.metadata.TAPColumn
Build a VARCHAR TAPColumn instance with the given ADQL name, description and unit.
TAPColumn(String, DBType, String, String) - Constructor for class tap.metadata.TAPColumn
Build a TAPColumn instance with the given ADQL name, type, description and unit.
TAPColumn(String, String, String, String, String) - Constructor for class tap.metadata.TAPColumn
Build a VARCHAR TAPColumn instance with the given fields.
TAPColumn(String, DBType, String, String, String, String) - Constructor for class tap.metadata.TAPColumn
Build a TAPColumn instance with the given fields.
TAPConfiguration - Class in tap.config
Utility class gathering tool functions and properties' names useful to deal with a TAP configuration file.
TAPCoosys - Class in tap.metadata
Definition of a coordinate system.
TAPCoosys(String, String) - Constructor for class tap.metadata.TAPCoosys
Create a minimum coordinate system definition.
TAPCoosys(String, String, String, String) - Constructor for class tap.metadata.TAPCoosys
Create a coordinate system definition.
TAPDestructionTimeController - Class in tap.parameters
Let controlling the destruction time of all jobs managed by a TAP service.
TAPDestructionTimeController(ServiceConnection) - Constructor for class tap.parameters.TAPDestructionTimeController
Build a controller for the Destruction parameter.
TAPException - Exception in tap
Any exception that occurred while a TAP service activity.
TAPException(String) - Constructor for exception tap.TAPException
Standard TAP exception: no ADQL query or execution status specified.
TAPException(String, int) - Constructor for exception tap.TAPException
Standard TAP exception: no ADQL query or execution status specified.
TAPException(String, String) - Constructor for exception tap.TAPException
TAP exception with the ADQL query which were executed when the error occurred.
TAPException(String, int, String) - Constructor for exception tap.TAPException
TAP exception with the ADQL query which were executed when the error occurred.
TAPException(String, String, ExecutionProgression) - Constructor for exception tap.TAPException
TAP exception with the ADQL query which were executed when the error occurred, AND with its execution status (e.g.
TAPException(String, int, String, ExecutionProgression) - Constructor for exception tap.TAPException
TAP exception with the ADQL query which were executed when the error occurred, AND with its execution status (e.g.
TAPException(UWSException) - Constructor for exception tap.TAPException
TAP exception wrapping the given UWSException.
TAPException(UWSException, int) - Constructor for exception tap.TAPException
TAP exception wrapping the given UWSException.
TAPException(UWSException, int, ExecutionProgression) - Constructor for exception tap.TAPException
TAP exception wrapping the given UWSException and storing the current ADQL query execution status.
TAPException(Throwable) - Constructor for exception tap.TAPException
Build a TAPException with the given cause.
TAPException(Throwable, int) - Constructor for exception tap.TAPException
Build a TAPException with the given cause.
TAPException(Throwable, String) - Constructor for exception tap.TAPException
Build a TAPException with the given cause AND with the ADQL query which were executed when the error occurred.
TAPException(Throwable, int, String) - Constructor for exception tap.TAPException
Build a TAPException with the given cause AND with the ADQL query which were executed when the error occurred.
TAPException(Throwable, String, ExecutionProgression) - Constructor for exception tap.TAPException
Build a TAPException with the given cause AND with the ADQL query which were executed when the error occurred AND with its execution status (e.g.
TAPException(Throwable, int, String, ExecutionProgression) - Constructor for exception tap.TAPException
Build a TAPException with the given cause AND with the ADQL query which were executed when the error occurred AND with its execution status (e.g.
TAPException(String, Throwable) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause.
TAPException(String, Throwable, int) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause.
TAPException(String, Throwable, String) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause, AND with the ADQL query which were executed when the error occurred.
TAPException(String, Throwable, int, String) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause, AND with the ADQL query which were executed when the error occurred.
TAPException(String, Throwable, String, ExecutionProgression) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause, AND with the ADQL query which were executed when the error occurred AND with its execution status (e.g.
TAPException(String, Throwable, int, String, ExecutionProgression) - Constructor for exception tap.TAPException
Build a TAPException with the given message and cause, AND with the ADQL query which were executed when the error occurred AND with its execution status (e.g.
TAPExecutionDurationController - Class in tap.parameters
Let controlling the execution duration of all jobs managed by a TAP service.
TAPExecutionDurationController(ServiceConnection) - Constructor for class tap.parameters.TAPExecutionDurationController
Build a controller for the ExecutionDuration parameter.
TAPExecutionReport - Class in tap
Report the execution (including the parsing and the output writing) of an ADQL query.
TAPExecutionReport(String, boolean, TAPParameters) - Constructor for class tap.TAPExecutionReport
Build an empty execution report.
TAPFactory - Class in tap
Let build essential objects of the TAP service.
TAPFactory(ServiceConnection) - Constructor for class tap.TAPFactory
Build a basic TAPFactory.
TAPForeignKey - Class in tap.metadata
 
TAPForeignKey(String, TAPTable, TAPTable, Map<String, String>) - Constructor for class tap.metadata.TAPForeignKey
 
TAPForeignKey(String, TAPTable, TAPTable, Map<String, String>, String, String) - Constructor for class tap.metadata.TAPForeignKey
 
TAPJob - Class in tap
Description of a TAP job.
TAPJob(JobOwner, TAPParameters) - Constructor for class tap.TAPJob
Build a pending TAP job with the given parameters.
TAPJob(JobOwner, TAPParameters, String) - Constructor for class tap.TAPJob
Build a pending TAP job with the given parameters.
TAPJob(String, long, JobOwner, TAPParameters, long, long, long, List<Result>, ErrorSummary) - Constructor for class tap.TAPJob
Restore a job in a state defined by the given parameters.
TAPJob.NoDBConnectionAvailableException - Exception in tap
This exception is thrown by a job execution when no database connection are available anymore.
TAPLog - Interface in tap.log
Let log any kind of message about a TAP service.
tapLogger - Variable in class tap.log.Slf4jTAPLog
Logger for TAP jobs actions.
TAPMetadata - Class in tap.metadata
Let listing all schemas, tables and columns available in a TAP service.
TAPMetadata() - Constructor for class tap.metadata.TAPMetadata
Build an empty list of metadata.
TAPMetadata.STDSchema - Enum in tap.metadata
Enumeration of all schemas defined in the TAP standard.
TAPMetadata.STDTable - Enum in tap.metadata
Enumeration of all tables of TAP_SCHEMA.
TAPMetadata.TAPTableIterator - Class in tap.metadata
Let iterating over the list of all tables contained in a given TAPMetadata object.
TAPParameters - Class in tap.parameters
This class lets list and describe all standard TAP parameters submitted by a TAP client to this TAP service.
TAPParameters(ServiceConnection) - Constructor for class tap.parameters.TAPParameters
Create an empty list of parameters.
TAPParameters(HttpServletRequest, ServiceConnection) - Constructor for class tap.parameters.TAPParameters
Create a TAPParameters instance whose the parameters must be extracted from the given HttpServletRequest.
TAPParameters(HttpServletRequest, ServiceConnection, Map<String, InputParamController>) - Constructor for class tap.parameters.TAPParameters
Create a TAPParameters instance whose the parameters must be extracted from the given HttpServletRequest.
TAPParameters(ServiceConnection, Map<String, Object>) - Constructor for class tap.parameters.TAPParameters
Create a TAPParameters instance whose the parameters are given in parameter.
TAPParameters(ServiceConnection, Map<String, Object>, Map<String, InputParamController>) - Constructor for class tap.parameters.TAPParameters
Create a TAPParameters instance whose the parameters are given in parameter.
tapParams - Variable in class tap.ADQLExecutor
List of all TAP parameters needed for the query execution (and particularly the ADQL query itself).
tapParams - Variable in class tap.TAPJob
Parameters of this job for its execution.
tapParams - Variable in class tap.TAPSyncJob.SyncThread
Parameters containing the ADQL query to execute and other execution parameters/options.
tapParams - Variable in class tap.TAPSyncJob
Parameters of the execution.
TAPRequestParser - Class in tap
This parser adapts the request parser to use in function of the request content-type: application/x-www-form-urlencoded: FormEncodedParser multipart/form-data: MultipartParser other: no parameter is returned
TAPRequestParser(UWSFileManager) - Constructor for class tap.TAPRequestParser
Build a RequestParser able to choose the most appropriate RequestParser in function of the request content-type.
TAPRequestParser(UWSFileManager, boolean, long, long) - Constructor for class tap.TAPRequestParser
Build a RequestParser able to choose the most appropriate RequestParser in function of the request content-type.
TAPResource - Interface in tap.resource
List the common functions that a TAP resource must have.
TAPSchema - Class in tap.metadata
Represent a schema as described by the IVOA standard in the TAP protocol definition.
TAPSchema(String) - Constructor for class tap.metadata.TAPSchema
Build a TAPSchema instance with the given ADQL name.
TAPSchema(String, String) - Constructor for class tap.metadata.TAPSchema
Build a TAPSchema instance with the given ADQL name and description.
TAPSchema(String, String, String) - Constructor for class tap.metadata.TAPSchema
Build a TAPSchema instance with the given ADQL name, description and UType.
TAPSyncJob - Class in tap
This class represent a TAP synchronous job.
TAPSyncJob(ServiceConnection, TAPParameters) - Constructor for class tap.TAPSyncJob
Create a synchronous TAP job.
TAPSyncJob(ServiceConnection, TAPParameters, String) - Constructor for class tap.TAPSyncJob
Create a synchronous TAP job.
TAPSyncJob.SyncThread - Class in tap
Thread which will process the job execution.
TAPTable - Class in tap.metadata
Represent a table as described by the IVOA standard in the TAP protocol definition.
TAPTable(String) - Constructor for class tap.metadata.TAPTable
Build a TAPTable instance with the given ADQL name.
TAPTable(String, TAPTable.TableType) - Constructor for class tap.metadata.TAPTable
Build a TAPTable instance with the given ADQL name and table type.
TAPTable(String, TAPTable.TableType, String, String) - Constructor for class tap.metadata.TAPTable
Build a TAPTable instance with the given ADQL name, table type, description and UType.
TAPTable.TableType - Enum in tap.metadata
Different types of table according to the TAP protocol.
TAPTableIterator(TAPMetadata) - Constructor for class tap.metadata.TAPMetadata.TAPTableIterator
 
targetTable - Variable in class tap.metadata.TableSetParser.ForeignKey
Target table of the foreign key.
targetTablePosition - Variable in class tap.metadata.TableSetParser.ForeignKey
Position of the "targetTable" node inside the XML document.
targetTimeZone - Static variable in class uws.ISO8601Format
Indicate the time zone in which the date and time should be formatted (whatever is the time zone of the given date).
taskDescription - Variable in class uws.job.JobThread
Description of what is done by this thread.
testRegularIdentifier(Token) - Method in class adql.parser.ADQLParser
Test the given token as an ADQL's regular identifier.
TextFormat - Class in tap.formatter
Format any given query (table) result into a simple table ASCII representation (columns' width are adjusted so that all columns are well aligned and of the same width).
TextFormat(ServiceConnection) - Constructor for class tap.formatter.TextFormat
Build a TextFormat.
TextFormat(ServiceConnection, int[]) - Constructor for class tap.formatter.TextFormat
Build a TextFormat.
TextFormat.LineFormatter - Class in tap.formatter
Lets format a line and then write it in the given BufferedWriter.
TextPosition - Class in adql.query
Indicates a simple position or a token/string position in a text.
TextPosition() - Constructor for class adql.query.TextPosition
Build an unknown position (all fields = -1).
TextPosition(int, int) - Constructor for class adql.query.TextPosition
Builds a position whose the end line and column are unknown => a simple position.
TextPosition(int, int, int, int) - Constructor for class adql.query.TextPosition
Builds a position => a full position (a region in the text).
TextPosition(Token) - Constructor for class adql.query.TextPosition
Builds a position defining the region delimited by the given token.
TextPosition(Token, Token) - Constructor for class adql.query.TextPosition
Builds a position => a full position (a region in the text).
TextPosition(TextPosition) - Constructor for class adql.query.TextPosition
Builds a copy of the given position.
TextPosition(TextPosition, TextPosition) - Constructor for class adql.query.TextPosition
Builds a position whose the start is the start position of the first parameter and the end is the end position of the second parameter.
TextualSearchList<E> - Class in cds.utils
A TextualSearchList is an ArrayList with a textual search capability.
TextualSearchList() - Constructor for class cds.utils.TextualSearchList
Builds an empty TextualSearchList.
TextualSearchList(TextualSearchList.KeyExtractor<E>) - Constructor for class cds.utils.TextualSearchList
Builds an empty TextualSearchList.
TextualSearchList(int) - Constructor for class cds.utils.TextualSearchList
Builds an empty TextualSearchList with an initial capacity.
TextualSearchList(int, TextualSearchList.KeyExtractor<E>) - Constructor for class cds.utils.TextualSearchList
Builds an empty TextualSearchList with an initial capacity.
TextualSearchList(Collection<? extends E>) - Constructor for class cds.utils.TextualSearchList
Builds a TextualSearchList filled with the objects of the given collection.
TextualSearchList(Collection<? extends E>, TextualSearchList.KeyExtractor<E>) - Constructor for class cds.utils.TextualSearchList
Builds a TextualSearchList filled with the objects of the given collection.
TextualSearchList.DefaultKeyExtractor<E> - Class in cds.utils
Default implementation of TextualSearchList.KeyExtractor.
TextualSearchList.KeyExtractor<E> - Interface in cds.utils
Lets extract an unique textual key (case-sensitive) from a given type of object.
tg - Static variable in class uws.job.JobThread
Group of threads in which this job thread will run.
thread - Variable in class tap.ADQLExecutor
The thread which is using this executor.
thread - Variable in class tap.TAPSyncJob
The thread in which the query execution will be done.
thread - Variable in class uws.job.UWSJob
The thread to start for executing the job.
THREAD_LOG_ID_SUFFIX - Static variable in class uws.service.log.Slf4jUWSLog
Suffix to append to the root logger ID for the THREAD logger.
threadLogger - Variable in class uws.service.log.Slf4jUWSLog
Logger for UWS jobs' threads actions.
threeDigitsFmt - Static variable in class uws.ISO8601Format
Object to use to format numbers with three digits (ie.
timAutoBackup - Variable in class uws.service.backup.DefaultUWSBackupManager
Timer which saves the backup each backupFreq milliseconds.
timDestruction - Variable in class uws.job.manager.DefaultDestructionManager
Timer for the job destruction time.
TimeComparator() - Constructor for class uws.job.manager.DefaultDestructionManager.TimeComparator
 
timeout - Variable in class uws.service.wait.LimitedBlockingPolicy
Maximum blocking duration (in seconds).
TMP_UPLOAD_DIR - Static variable in interface uws.service.file.UWSFileManager
tmpDirectory - Variable in class uws.service.file.LocalUWSFileManager
Directory in which temporary files (e.g.
toADQL() - Method in class adql.query.ADQLList
 
toADQL() - Method in interface adql.query.ADQLObject
Gets the ADQL expression of this object.
toADQL() - Method in class adql.query.ADQLOrder
 
toADQL() - Method in class adql.query.ADQLQuery
 
toADQL() - Method in class adql.query.ClauseSelect
 
toADQL() - Method in class adql.query.ColumnReference
 
toADQL() - Method in class adql.query.constraint.Between
 
toADQL() - Method in class adql.query.constraint.Comparison
 
toADQL() - Method in enum adql.query.constraint.ComparisonOperator
 
toADQL() - Method in class adql.query.constraint.ConstraintsGroup
 
toADQL() - Method in class adql.query.constraint.Exists
 
toADQL() - Method in class adql.query.constraint.In
 
toADQL() - Method in class adql.query.constraint.IsNull
 
toADQL() - Method in class adql.query.constraint.NotConstraint
 
toADQL() - Method in class adql.query.from.ADQLJoin
 
toADQL() - Method in class adql.query.from.ADQLTable
 
toADQL() - Method in class adql.query.operand.ADQLColumn
 
toADQL() - Method in class adql.query.operand.Concatenation
 
toADQL() - Method in class adql.query.operand.function.ADQLFunction
 
toADQL() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
toADQL() - Method in class adql.query.operand.function.SQLFunction
 
toADQL() - Method in class adql.query.operand.NegativeOperand
 
toADQL() - Method in class adql.query.operand.NumericConstant
 
toADQL() - Method in class adql.query.operand.Operation
 
toADQL() - Method in enum adql.query.operand.OperationType
 
toADQL() - Method in class adql.query.operand.StringConstant
 
toADQL() - Method in class adql.query.operand.WrappedOperand
 
toADQL() - Method in class adql.query.SelectAllColumns
 
toADQL() - Method in class adql.query.SelectItem
 
toBase64(byte[]) - Method in class uws.service.backup.DefaultUWSBackupManager
Encode the given bytes into a Base-64 string.
toBoolean(Object) - Method in class tap.db.JDBCConnection
Transform the given column value in a boolean value.
toColumnInfos(TableIterator, TAPExecutionReport, Thread) - Static method in class tap.formatter.VOTableFormat
Writes fields' metadata of the given query result.
toFullSTCS() - Method in class adql.db.STCS.CoordSys
Get the STC-S expression of this coordinate system, in which default values are explicitly written.
toFullSTCS() - Method in class adql.db.STCS.Region
Get the STC-S representation of this region (in which default values of the coordinate system are explicitly written).
toGeometry() - Method in class adql.db.STCS.Region
Convert this region into its corresponding ADQL representation.
toGeometry(ADQLQueryFactory) - Method in class adql.db.STCS.Region
Convert this region into its corresponding ADQL representation.
token - Variable in class adql.parser.ADQLParser
Current token.
Token - Class in adql.parser
Describes the input token stream.
Token() - Constructor for class adql.parser.Token
No-argument constructor
Token(int) - Constructor for class adql.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class adql.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class adql.parser.ADQLParser
Generated Token Manager.
tokenImage - Static variable in interface adql.parser.ADQLParserConstants
Literal token values.
tokenImage - Variable in exception adql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in adql.parser
Token Manager Error.
TokenMgrError() - Constructor for error adql.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error adql.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error adql.parser.TokenMgrError
Full Constructor.
TOP - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
TopIterator(List<UWSJob>, int, boolean) - Constructor for class uws.job.serializer.filter.JobListRefiner.TopIterator
Create an iterator which will read the topSize first item of the given list.
topSize - Variable in class uws.job.serializer.filter.JobListRefiner
Indicate how many of the first jobs of the list JobListRefiner.jobList must be really retained.
toSTCS() - Method in class adql.db.STCS.CoordSys
Get the STC-S expression of this coordinate system, in which default values are not written (they are replaced by empty strings).
toSTCS() - Method in class adql.db.STCS.Region
Get the STC-S representation of this region (in which default values of the coordinate system are not written ; they are replaced by empty strings).
toSTCS(STCS.CoordSys) - Static method in class adql.db.STCS
Convert an object representation of a coordinate system into an STC-S expression.
toSTCS(STCS.Region) - Static method in class adql.db.STCS
Convert into STC-S the given object representation of a geometrical region.
toSTCS(GeometryFunction) - Static method in class adql.db.STCS
Convert into STC-S the given ADQL representation of a geometrical function.
toString() - Method in enum adql.db.DBType.DBDatatype
 
toString() - Method in class adql.db.DBType
 
toString() - Method in class adql.db.FunctionDef
 
toString() - Method in class adql.db.STCS.CoordSys
Convert this coordinate system into a STC-S expression.
toString() - Method in class adql.db.STCS.Region
 
toString() - Method in class adql.parser.IdentifierItems.IdentifierItem
 
toString() - Method in class adql.parser.IdentifierItems
 
toString() - Method in class adql.parser.Token
Returns the image.
toString() - Method in enum adql.query.constraint.ComparisonOperator
 
toString() - Method in class adql.query.operand.ADQLColumn
 
toString() - Method in enum adql.query.operand.OperationType
 
toString() - Method in class adql.query.TextPosition
 
toString() - Method in class cds.util.AsciiTable
Deprecated.
Display the whole table, with left alignment
toString() - Method in class cds.util.LargeAsciiTable
Return the whole table, with left alignment on all columns.
toString() - Method in class tap.metadata.TAPColumn
 
toString() - Method in class tap.metadata.TAPCoosys
 
toString() - Method in class tap.metadata.TAPForeignKey
 
toString() - Method in enum tap.metadata.TAPMetadata.STDSchema
 
toString() - Method in enum tap.metadata.TAPMetadata.STDTable
 
toString() - Method in class tap.metadata.TAPSchema
 
toString() - Method in class tap.metadata.TAPTable
 
toString() - Method in class tap.metadata.VotType
 
toString() - Method in enum tap.metadata.VotType.VotDatatype
 
toString() - Method in class tap.parameters.DALIUpload
 
toString() - Method in enum tap.ServiceConnection.LimitUnit
 
toString() - Method in class uws.job.ErrorSummary
 
toString() - Method in enum uws.job.ErrorType
 
toString() - Method in class uws.job.JobList
 
toString() - Method in class uws.job.JobPhase
 
toString(Long) - Method in class uws.job.parameters.DurationParamController
Convert a duration value (expressed in milliseconds) into the best human readable unit value.
toString() - Method in class uws.job.Result
 
toString() - Method in class uws.job.serializer.UWSSerializer
 
toString() - Method in class uws.job.user.DefaultJobOwner
By default: the user ID.
toString() - Method in class uws.job.UWSJob
 
toString() - Method in class uws.service.actions.UWSAction
 
toString() - Method in class uws.service.file.EventFrequency
Display in a human readable way the frequency represented by this object.
toString() - Method in class uws.service.request.UploadFile
 
toString() - Method in class uws.service.UWSUrl
Gets the corresponding request URL.
totalDuration - Variable in class tap.TAPExecutionReport
Total duration of the job execution.
toTAPType() - Method in class tap.metadata.VotType
Convert this VOTable type definition into a TAPColumn type.
toURI() - Method in class uws.service.UWSUrl
Gets the full request URI corresponding to this UWSUrl.
toURL() - Method in class uws.service.UWSUrl
Gets the full request URL corresponding to this UWSUrl.
trackLineColumn - Variable in class adql.parser.SimpleCharStream
 
translate(ADQLTranslator) - Method in class adql.query.operand.function.DefaultUDF
 
translate(ADQLTranslator) - Method in class adql.query.operand.function.UserDefinedFunction
Translate this User Defined Function into the language supported by the given translator.
translate(ADQLObject) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLQuery) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLList<? extends ADQLObject>) - Method in interface adql.translator.ADQLTranslator
 
translate(ClauseSelect) - Method in interface adql.translator.ADQLTranslator
 
translate(ClauseConstraints) - Method in interface adql.translator.ADQLTranslator
 
translate(SelectItem) - Method in interface adql.translator.ADQLTranslator
 
translate(SelectAllColumns) - Method in interface adql.translator.ADQLTranslator
 
translate(ColumnReference) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLOrder) - Method in interface adql.translator.ADQLTranslator
 
translate(FromContent) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLTable) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLJoin) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLOperand) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLColumn) - Method in interface adql.translator.ADQLTranslator
 
translate(Concatenation) - Method in interface adql.translator.ADQLTranslator
 
translate(NegativeOperand) - Method in interface adql.translator.ADQLTranslator
 
translate(NumericConstant) - Method in interface adql.translator.ADQLTranslator
 
translate(StringConstant) - Method in interface adql.translator.ADQLTranslator
 
translate(WrappedOperand) - Method in interface adql.translator.ADQLTranslator
 
translate(Operation) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLConstraint) - Method in interface adql.translator.ADQLTranslator
 
translate(Comparison) - Method in interface adql.translator.ADQLTranslator
 
translate(Between) - Method in interface adql.translator.ADQLTranslator
 
translate(Exists) - Method in interface adql.translator.ADQLTranslator
 
translate(In) - Method in interface adql.translator.ADQLTranslator
 
translate(IsNull) - Method in interface adql.translator.ADQLTranslator
 
translate(NotConstraint) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(SQLFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(MathFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(UserDefinedFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(GeometryFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(GeometryFunction.GeometryValue<? extends GeometryFunction>) - Method in interface adql.translator.ADQLTranslator
 
translate(ExtractCoord) - Method in interface adql.translator.ADQLTranslator
 
translate(ExtractCoordSys) - Method in interface adql.translator.ADQLTranslator
 
translate(AreaFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(CentroidFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(DistanceFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(ContainsFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(IntersectsFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(PointFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(CircleFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(BoxFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(PolygonFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(RegionFunction) - Method in interface adql.translator.ADQLTranslator
 
translate(ADQLObject) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLQuery) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLList<? extends ADQLObject>) - Method in class adql.translator.JDBCTranslator
 
translate(ClauseSelect) - Method in class adql.translator.JDBCTranslator
 
translate(ClauseConstraints) - Method in class adql.translator.JDBCTranslator
 
translate(SelectItem) - Method in class adql.translator.JDBCTranslator
 
translate(SelectAllColumns) - Method in class adql.translator.JDBCTranslator
 
translate(ColumnReference) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLOrder) - Method in class adql.translator.JDBCTranslator
 
translate(FromContent) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLTable) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLJoin) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLOperand) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLColumn) - Method in class adql.translator.JDBCTranslator
 
translate(Concatenation) - Method in class adql.translator.JDBCTranslator
 
translate(NegativeOperand) - Method in class adql.translator.JDBCTranslator
 
translate(NumericConstant) - Method in class adql.translator.JDBCTranslator
 
translate(StringConstant) - Method in class adql.translator.JDBCTranslator
 
translate(WrappedOperand) - Method in class adql.translator.JDBCTranslator
 
translate(Operation) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLConstraint) - Method in class adql.translator.JDBCTranslator
 
translate(Comparison) - Method in class adql.translator.JDBCTranslator
 
translate(Between) - Method in class adql.translator.JDBCTranslator
 
translate(Exists) - Method in class adql.translator.JDBCTranslator
 
translate(In) - Method in class adql.translator.JDBCTranslator
 
translate(IsNull) - Method in class adql.translator.JDBCTranslator
 
translate(NotConstraint) - Method in class adql.translator.JDBCTranslator
 
translate(ADQLFunction) - Method in class adql.translator.JDBCTranslator
 
translate(SQLFunction) - Method in class adql.translator.JDBCTranslator
 
translate(MathFunction) - Method in class adql.translator.JDBCTranslator
 
translate(UserDefinedFunction) - Method in class adql.translator.JDBCTranslator
 
translate(GeometryFunction) - Method in class adql.translator.JDBCTranslator
 
translate(GeometryFunction.GeometryValue<? extends GeometryFunction>) - Method in class adql.translator.JDBCTranslator
 
translate(Concatenation) - Method in class adql.translator.MySQLTranslator
 
translate(ExtractCoord) - Method in class adql.translator.MySQLTranslator
 
translate(ExtractCoordSys) - Method in class adql.translator.MySQLTranslator
 
translate(AreaFunction) - Method in class adql.translator.MySQLTranslator
 
translate(CentroidFunction) - Method in class adql.translator.MySQLTranslator
 
translate(DistanceFunction) - Method in class adql.translator.MySQLTranslator
 
translate(ContainsFunction) - Method in class adql.translator.MySQLTranslator
 
translate(IntersectsFunction) - Method in class adql.translator.MySQLTranslator
 
translate(BoxFunction) - Method in class adql.translator.MySQLTranslator
 
translate(CircleFunction) - Method in class adql.translator.MySQLTranslator
 
translate(PointFunction) - Method in class adql.translator.MySQLTranslator
 
translate(PolygonFunction) - Method in class adql.translator.MySQLTranslator
 
translate(RegionFunction) - Method in class adql.translator.MySQLTranslator
 
translate(PointFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(CircleFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(BoxFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(PolygonFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(ExtractCoord) - Method in class adql.translator.PgSphereTranslator
 
translate(DistanceFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(AreaFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(CentroidFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(ContainsFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(IntersectsFunction) - Method in class adql.translator.PgSphereTranslator
 
translate(Comparison) - Method in class adql.translator.PgSphereTranslator
 
translate(StringConstant) - Method in class adql.translator.PostgreSQLTranslator
 
translate(MathFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(ExtractCoord) - Method in class adql.translator.PostgreSQLTranslator
 
translate(ExtractCoordSys) - Method in class adql.translator.PostgreSQLTranslator
 
translate(AreaFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(CentroidFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(DistanceFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(ContainsFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(IntersectsFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(BoxFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(CircleFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(PointFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(PolygonFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(RegionFunction) - Method in class adql.translator.PostgreSQLTranslator
 
translate(ADQLQuery) - Method in class adql.translator.SQLServerTranslator
For SQL Server, SQLServerTranslator.translate(ClauseSelect) must be overridden for TOP/LIMIT handling.
translate(ClauseSelect) - Method in class adql.translator.SQLServerTranslator
 
translate(Concatenation) - Method in class adql.translator.SQLServerTranslator
 
translate(ADQLJoin) - Method in class adql.translator.SQLServerTranslator
 
translate(ExtractCoord) - Method in class adql.translator.SQLServerTranslator
 
translate(ExtractCoordSys) - Method in class adql.translator.SQLServerTranslator
 
translate(AreaFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(CentroidFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(DistanceFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(ContainsFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(IntersectsFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(PointFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(CircleFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(BoxFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(PolygonFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(RegionFunction) - Method in class adql.translator.SQLServerTranslator
 
translate(MathFunction) - Method in class adql.translator.SQLServerTranslator
 
translateGeometryFromDB(Object) - Method in class adql.translator.JDBCTranslator
Parse the given JDBC column value as a geometry object and convert it into a STCS.Region.
translateGeometryFromDB(Object) - Method in class adql.translator.MySQLTranslator
 
translateGeometryFromDB(Object) - Method in class adql.translator.PgSphereTranslator
 
translateGeometryFromDB(Object) - Method in class adql.translator.PostgreSQLTranslator
 
translateGeometryFromDB(Object) - Method in class adql.translator.SQLServerTranslator
 
translateGeometryToDB(STCS.Region) - Method in class adql.translator.JDBCTranslator
Convert the given STC region into a DB column value.
translateGeometryToDB(STCS.Region) - Method in class adql.translator.MySQLTranslator
 
translateGeometryToDB(STCS.Region) - Method in class adql.translator.PgSphereTranslator
 
translateGeometryToDB(STCS.Region) - Method in class adql.translator.PostgreSQLTranslator
 
translateGeometryToDB(STCS.Region) - Method in class adql.translator.SQLServerTranslator
 
TranslationException - Exception in adql.translator
Exception thrown by an ADQLTranslator.
TranslationException() - Constructor for exception adql.translator.TranslationException
 
TranslationException(String) - Constructor for exception adql.translator.TranslationException
 
TranslationException(Throwable) - Constructor for exception adql.translator.TranslationException
 
TranslationException(String, Throwable) - Constructor for exception adql.translator.TranslationException
 
translator - Variable in class tap.config.ConfigurableTAPFactory
The JDBCTranslator to use when a ADQL query must be executed in the database.
translator - Variable in class tap.db.JDBCConnection
The translator this connection must use to translate ADQL into SQL.
TrigFunction() - Method in class adql.parser.ADQLParser
 
TRUNCATE - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
tryQuickFix(InputStream) - Method in class adql.parser.ADQLParser
Try fixing tokens/terms of the input ADQL query.
tryQuickFix(String) - Method in class adql.parser.ADQLParser
Try fixing tokens/terms of the given ADQL query.
twoDigitsFmt - Static variable in class uws.ISO8601Format
Object to use to format numbers with two digits (ie.
type - Variable in class adql.db.DBType
Datatype of a column.
type - Variable in class adql.db.DefaultDBColumn
Type of the column in the "database".
type - Variable in class adql.db.FunctionDef.FunctionParam
Parameter type.
type - Variable in class adql.db.STCS.Region
Type of the region.
type - Variable in class uws.job.ErrorSummary
[Required] The type of the error.
type - Variable in class uws.job.Result
[Optional] The XLINK URL type (simple (default), extended, locator, arc, resource, title or none ; see http://www.w3.org/TR/xlink/#linking-elements for more details).
typeRegExp - Static variable in class adql.db.FunctionDef
Rough regular expression for a function return type or a parameter type.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links