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 

N

name - Variable in class adql.db.FunctionDef.FunctionParam
Parameter name.
name - Variable in class adql.db.FunctionDef
Name of the function.
name - Variable in class uws.job.jobInfo.SingleValueJobInfo
Name of the value stored inside this JobInfo.
name - Variable in class uws.service.UWSService
Name of this UWS.
name - Variable in class uws.service.UWSServlet
Name of this UWS.
NATURAL - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
natural - Variable in class adql.query.from.ADQLJoin
Natural join (use of table keys) ?
nbCol - Variable in class tap.data.VOTableIterator
Number of columns available according to the metadata.
nbLines - Variable in class cds.util.LargeAsciiTable
Number of lines currently stored in memory - LargeAsciiTable.lines.
nbMaxParams() - Method in enum adql.query.operand.function.MathFunctionType
 
nbMaxRunningJobs - Variable in class uws.job.manager.QueuedExecutionManager
The maximum number of running jobs.
nbMinParams() - Method in enum adql.query.operand.function.MathFunctionType
 
nbParams - Variable in class adql.db.FunctionDef
Total number of parameters.
nbReplacement - Variable in class adql.search.SimpleReplaceHandler
Count matching objects which have been replaced successfully.
nbRows - Variable in class tap.TAPExecutionReport
Total number of written rows.
nbRows - Variable in class tap.upload.Uploader
Number of rows already loaded.
nbTotalLines - Variable in class cds.util.LargeAsciiTable
Number of lines stored in this table (in memory + on disk, if used).
ncsMap - Variable in class cds.utils.TextualSearchList
Map which associates objects of type E with their lower-case textual string.
NegativeOperand - Class in adql.query.operand
Lets putting a minus sign in front of any numeric operand.
NegativeOperand(ADQLOperand) - Constructor for class adql.query.operand.NegativeOperand
Builds an operand which will negativate the given operand.
newInstance(String, String, Class<C>) - Static method in class tap.config.TAPConfiguration
Create an instance of the specified class.
newInstance(String, String, Class<C>, Class<?>[], Object[]) - Static method in class tap.config.TAPConfiguration
Create an instance of the specified class.
newInstance(String, String, Class<C>) - Static method in class uws.config.UWSConfiguration
Create an instance of the specified class.
newInstance(String, String, Class<C>, Class<?>[], Object[]) - Static method in class uws.config.UWSConfiguration
Create an instance of the specified class.
newToken(int, String) - Static method in class adql.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class adql.parser.Token
 
next - Variable in class adql.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class adql.query.ADQLList.ADQLListIterator
 
next() - Method in class adql.query.NullADQLIterator
 
next() - Method in class adql.query.operand.function.ADQLFunction.ParameterIterator
 
next() - Method in class tap.metadata.TAPMetadata.TAPTableIterator
 
next() - Method in class uws.job.serializer.filter.JobListRefiner.TopIterator
 
next() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
 
next() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
 
next() - Method in class uws.service.backup.DefaultUWSBackupManager.SingleInputIterator
 
next() - Method in class uws.service.file.LocalUWSFileManager.LocalAllUserBackupInputs
If the file whose the input stream must be created and returned does not exist or has not the READ permission, null will be returned.
nextCol() - Method in class tap.data.LimitedTableIterator
 
nextCol() - Method in class tap.data.ResultSetTableIterator
Return the value of the next column and format it (see ResultSetTableIterator.formatColValue(Object)).
nextCol() - Method in interface tap.data.TableIterator
Return the value of the next column.
nextCol() - Method in class tap.data.VOTableIterator
 
nextEvent() - Method in class uws.service.file.EventFrequency
Compute the date of the event, by adding the interval represented by this object to the current date/time.
nextEvent(Date) - Method in class uws.service.file.EventFrequency
Compute the date of the event, by adding the interval represented by this object to the given date/time.
nextRow() - Method in class tap.data.LimitedTableIterator
 
nextRow() - Method in class tap.data.ResultSetTableIterator
 
nextRow() - Method in interface tap.data.TableIterator
Go to the next row if there is one.
nextRow() - Method in class tap.data.VOTableIterator
 
nextTag(XMLStreamReader) - Method in class tap.metadata.TableSetParser
Skip every elements until a START ELEMENT or an END ELEMENT is reached.
NO_CONTENT - Static variable in exception uws.UWSException
 
NO_INTERVAL - Static variable in class uws.job.parameters.DestructionTimeController
Default value of an interval: a null interval.
NO_LENGTH - Static variable in class adql.db.DBType
Special value in case no length/size is specified.
NO_QUEUE - Static variable in class uws.job.manager.QueuedExecutionManager
The value of QueuedExecutionManager.nbMaxRunningJobs which indicates that there is no queue.
NoArchivedFilter - Class in uws.job.serializer.filter
Job filter which allows all jobs except those in ARCHIVED phase.
NoArchivedFilter() - Constructor for class uws.job.serializer.filter.NoArchivedFilter
 
NoDBConnectionAvailableException() - Constructor for exception tap.TAPJob.NoDBConnectionAvailableException
 
NoEncodingParser - Class in uws.service.request
This parser merely copies the whole HTTP request content inside a file.
NoEncodingParser(UWSFileManager) - Constructor for class uws.service.request.NoEncodingParser
Build the request parser.
normalizeMessage(String) - Method in class uws.service.log.DefaultUWSLog
Normalize a log message.
normalizeName(String, IdentifierField) - Method in class adql.query.from.ADQLTable
Lets normalizing any catalog/schema/table name or alias.
normalizeName(String, IdentifierField) - Method in class adql.query.operand.ADQLColumn
Lets normalizing any catalog/schema/table name or alias.
normalizeParamName(String) - Method in class uws.job.parameters.UWSParameters
Normalizes the given name.
normalizeURI(String) - Static method in class uws.service.UWSUrl
Normalizes the given URI.
NOT - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
NOT_ALLOWED - Static variable in exception uws.UWSException
 
NOT_EQUAL - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
NOT_FOUND - Static variable in exception uws.UWSException
 
NOT_IMPLEMENTED - Static variable in exception uws.UWSException
 
NotConstraint - Class in adql.query.constraint
Lets apply the logical operator NOT on any constraint.
NotConstraint(ADQLConstraint) - Constructor for class adql.query.constraint.NotConstraint
Builds a NotConstraint just with the constraint on which the logical operator NOT must be applied.
notifyObservers(ExecutionPhase) - Method in class uws.job.UWSJob
Notifies all the observer of this job that its phase has changed.
NULL - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
NullADQLIterator - Class in adql.query
An ADQL iterator which has no ADQL objects on which iterate.
NullADQLIterator() - Constructor for class adql.query.NullADQLIterator
 
nullifyIfNeeded(String) - Method in class tap.db.JDBCConnection
Return NULL if the given column value is an empty string (or it just contains space characters) or NULL.
NumericConstant - Class in adql.query.operand
A numeric (integer, double, ...) constant.
NumericConstant(String) - Constructor for class adql.query.operand.NumericConstant
The numeric value is saved as a string so that the exact user format can be saved.
NumericConstant(long) - Constructor for class adql.query.operand.NumericConstant
The numeric value is saved as a string so that the exact user format can be saved.
NumericConstant(double) - Constructor for class adql.query.operand.NumericConstant
The numeric value is saved as a string so that the exact user format can be saved.
NumericConstant(String, boolean) - Constructor for class adql.query.operand.NumericConstant
The numeric value is saved as a string so that the exact user format can be saved.
NumericConstant(NumericConstant) - Constructor for class adql.query.operand.NumericConstant
Builds a NumericConstant by copying the given one.
NumericExpression() - Method in class adql.parser.ADQLParser
 
NumericFunction() - Method in class adql.parser.ADQLParser
 
NumericParamController - Class in uws.job.parameters
Let controlling a numeric parameter.
NumericParamController() - Constructor for class uws.job.parameters.NumericParamController
Create a numeric controller with no restriction.
NumericParamController(Number, Number, Number, boolean) - Constructor for class uws.job.parameters.NumericParamController
Create a controller for a numeric parameter.
NumericTerm() - Method in class adql.parser.ADQLParser
 
NumericValueExpressionPrimary() - Method in class adql.parser.ADQLParser
 
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