- name - Variable in class adql.db.FunctionDef.FunctionParam
-
Parameter name.
- name - Variable in class adql.db.FunctionDef
-
Name of the function.
- NATURAL - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- natural - Variable in class adql.query.from.ADQLJoin
-
Natural join (use of table keys) ?
- nbMaxParams() - Method in enum adql.query.operand.function.MathFunctionType
-
- 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.
- 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.
- 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
-
- NO_LENGTH - Static variable in class adql.db.DBType
-
Special value in case no length/size is specified.
- 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.
- NOT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- NOT_EQUAL - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- 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.
- 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
-
- 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
-
- NumericTerm() - Method in class adql.parser.ADQLParser
-
- NumericValueExpressionPrimary() - Method in class adql.parser.ADQLParser
-