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 

F

Factor() - Method in class adql.parser.ADQLParser
 
factory - Variable in class uws.service.UWSService
Factory which lets creating the UWS jobs and their thread.
fatalError - Variable in class uws.job.JobThread
Indicate whether the exception stored in the attribute JobThread.lastError should be considered as a grave error or not.
fctDefRegExp - Static variable in class adql.db.FunctionDef
Rough regular expression for a whole function definition.
fctParamRegExp - Static variable in class adql.db.FunctionDef
Rough regular expression for a function parameter: a name (see FunctionDef.regularIdentifierRegExp) and a type (see FunctionDef.typeRegExp).
fctParamsRegExp - Static variable in class adql.db.FunctionDef
Rough regular expression for a function parameters' list.
fctPattern - Static variable in class adql.db.FunctionDef
Pattern of a function definition.
fetchClass(String, String, Class<C>) - Static method in class tap.config.TAPConfiguration
Fetch the class object corresponding to the class name provided between brackets in the given value.
fetchClass(String, String, Class<C>) - Static method in class uws.config.UWSConfiguration
Fetch the class object corresponding to the class name provided between brackets in the given value.
fetchConstructor(String, String, Class<C>, Class<?>[]) - Static method in class uws.config.UWSConfiguration
Fetch the specified constructor of the class corresponding to the class name provided between brackets in the given value.
fetchDALIUpload(String, Map<String, Object>, UWSFileManager) - Static method in class tap.parameters.DALIUpload
Fetch the single upload item (a pair with the syntax: "{label},{URI}".
fetchDALIUploads(ArrayList<DALIUpload>, ArrayList<String>, String, Map<String, Object>, boolean, UWSFileManager) - Static method in class tap.parameters.DALIUpload
Fetch all uploads specified in the DALI/TAP "UPLOAD" parameter.
fetchSize - Variable in class tap.db.JDBCConnection
Fetch size to set in the Statement in charge of executing a SELECT query.
file - Variable in class tap.parameters.DALIUpload
Pointer to the stored version of the file submitted inline in a HTTP request.
file - Variable in class uws.job.jobInfo.XMLJobInfo
Link toward the XML file represented by this JobInfo.
fileExts - Static variable in class uws.UWSToolBox
List of file extensions whose the MIME type is known (see UWSToolBox.mimeTypes).
fileManager - Variable in class tap.parameters.DALIUpload
The file manager to use when a stream will be opened toward the given URI.
fileManager - Variable in class uws.service.log.DefaultUWSLog
 
fileManager - Variable in class uws.service.request.MultipartParser
File manager to use to create UploadFile instances.
fileManager - Variable in class uws.service.request.NoEncodingParser
File manager to use to create UploadFile instances.
fileManager - Variable in class uws.service.request.UploadFile
File manager to use in order to open, move or delete this uploaded file.
fileManager - Variable in class uws.service.request.XMLRequestParser
File manager to use to create UploadFile instances.
fileManager - Variable in class uws.service.UWSService
Lets managing all UWS files (i.e.
fileName - Variable in class uws.service.request.UploadFile
File name.
files - Variable in class uws.job.parameters.UWSParameters
List of all uploaded files among the whole set of parameters.
fileUpload - Variable in class uws.service.request.MultipartParser
Tool to parse Multipart HTTP request and fetch files when necessary.
FillBuff() - Method in class adql.parser.SimpleCharStream
 
fillTAPSchema(TAPMetadata) - Method in class tap.db.JDBCConnection
Fill all the standard tables of TAP_SCHEMA (schemas, tables, columns, keys and key_columns).
fillUploadedTable(TAPTable, TableIterator) - Method in class tap.db.JDBCConnection
Fill the table uploaded by the user with the given data.
filters - Variable in class uws.job.serializer.filter.JobListRefiner
List of all job filters to apply.
findAtMostOneColumn(String, byte, SearchColumnList, boolean) - Static method in class adql.query.from.ADQLJoin
 
findExactlyOneColumn(String, byte, SearchColumnList, boolean) - Static method in class adql.query.from.ADQLJoin
 
finished - Variable in class uws.job.JobThread
Indicates whether the JobThread.jobWork() has been called and finished, or not.
FITSFormat - Class in tap.formatter
Format any given query (table) result into FITS.
FITSFormat(ServiceConnection) - Constructor for class tap.formatter.FITSFormat
Creates a FITS formatter.
fixedQuery - Variable in class tap.TAPExecutionReport
Input ADQL query after an automatic fix by TAP-Lib.
fixOnFailEnabled() - Method in class tap.config.ConfigurableServiceConnection
 
fixOnFailEnabled() - Method in interface tap.ServiceConnection
[MANDATORY]
flavor - Variable in class adql.db.STCS.CoordSys
Third and last item of a coordinate system expression: the flavor.
FLOOR - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
flush() - Method in class uws.service.file.io.OutputStreamWithCloseAction
 
flush(PrintWriter) - Static method in class uws.UWSToolBox
Flush the buffer of the given PrintWriter.
FORBIDDEN - Static variable in exception uws.UWSException
 
ForeignKey() - Constructor for class tap.metadata.TableSetParser.ForeignKey
 
foreignKeys - Variable in class tap.metadata.TAPTable
List of all foreign keys linking this table to others.
format(Date) - Static method in class uws.ISO8601Format
Format the given date-time in ISO8601 format.
format(long) - Static method in class uws.ISO8601Format
Format the given date-time in ISO8601 format.
format(long, boolean) - Static method in class uws.ISO8601Format
Convert the given date-time in the given time zone and format it in ISO8601 format.
format(long, String, boolean, boolean) - Static method in class uws.ISO8601Format
Convert the given date in the given time zone and format it in ISO8601 format, with or without displaying the time zone and/or the milliseconds field.
FORMAT_VOTABLE - Static variable in class tap.TAPJob
FORMAT value meaning the VOTable format: "votable".
formatColValue(Object) - Method in class tap.data.ResultSetTableIterator
Format the given column value.
FormatController - Class in tap.parameters
Let controlling the format of all job result in a TAP service.
FormatController(ServiceConnection) - Constructor for class tap.parameters.FormatController
Build a controller for the Format parameter.
formatError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse, String) - Method in class uws.service.error.DefaultUWSErrorWriter
Formats and writes the given error in the HTTP servlet response.
formatHTMLError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse) - Method in class uws.service.error.DefaultUWSErrorWriter
Formats and writes the given error in the HTTP servlet response.
formatInUTC(long) - Static method in class uws.ISO8601Format
Convert the given date-time in UTC and format it in ISO8601 format.
formatInUTC(long, boolean) - Static method in class uws.ISO8601Format
Convert the given date-time in UTC and format it in ISO8601 format.
formatJSONError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse) - Method in class uws.service.error.DefaultUWSErrorWriter
Formats and writes the given error in the HTTP servlet response.
formatter - Variable in class tap.error.DefaultTAPErrorWriter
Object to use to format an error message into VOTable.
FormEncodedParser - Class in uws.service.request
Extract parameters encoded using the HTTP-GET method or the Content-type application/x-www-form-urlencoded with the HTTP-POST or HTTP-PUT method in an HttpServletRequest.
FormEncodedParser() - Constructor for class uws.service.request.FormEncodedParser
 
forward(String, String, HttpServletRequest, HttpServletResponse) - Method in class tap.resource.ForwardResource
Write the content of the specified file in the given HTTP response.
ForwardResource - Class in tap.resource
A TAPResource which is able to "forward" an HTTP request toward a specified URI.
ForwardResource(TAPLog) - Constructor for class tap.resource.ForwardResource
Builds a ForwardResource with a logger to use in case of "small" errors.
frame - Variable in class adql.db.STCS.CoordSys
First item of a coordinate system expression: the frame.
freeConnection(DBConnection) - Method in class tap.config.ConfigurableTAPFactory
 
freeConnection(DBConnection) - Method in class tap.TAPFactory
Free the given connection.
freeConnectionAvailable() - Method in class tap.resource.ASync
Notify this TAP resource that free DB connection(s) is(are) now available.
From() - Method in class adql.parser.ADQLParser
 
FROM - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
fromBase64(String) - Method in class uws.service.backup.DefaultUWSBackupManager
Decode the given Base-64 string into a bytes array.
FromContent - Interface in adql.query.from
Represents the content of the whole or a part of the clause FROM.
fromTable - Variable in class tap.metadata.TableSetParser.ForeignKey
Source table of the foreign key.
FULL - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
function - Variable in class adql.query.operand.function.ADQLFunction.ParameterIterator
 
FunctionDef - Class in adql.db
Definition of any function that could be used in ADQL queries.
FunctionDef(String) - Constructor for class adql.db.FunctionDef
Create a function definition.
FunctionDef(String, DBType) - Constructor for class adql.db.FunctionDef
Create a function definition.
FunctionDef(String, FunctionDef.FunctionParam[]) - Constructor for class adql.db.FunctionDef
Create a function definition.
FunctionDef(String, DBType, FunctionDef.FunctionParam[]) - Constructor for class adql.db.FunctionDef
 
FunctionDef.FunctionParam - Class in adql.db
Definition of a function parameter.
functionInError - Variable in exception adql.db.exception.UnresolvedFunctionException
Function which can not be resolved.
functionName - Variable in class adql.query.operand.function.DefaultUDF
Parsed name of this UDF.
FunctionParam(String, DBType) - Constructor for class adql.db.FunctionDef.FunctionParam
Create a function parameter.
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