- ON - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- onlyFirstMatch() - Method in class adql.search.SimpleSearchHandler
-
Tells whether this handler must stop at the first match.
- Operation - Class in adql.query.operand
-
It represents a simple numeric operation (sum, difference, multiplication and division).
- Operation(ADQLOperand, OperationType, ADQLOperand) - Constructor for class adql.query.operand.Operation
-
Builds an operation.
- Operation(Operation) - Constructor for class adql.query.operand.Operation
-
Builds an Operation by copying the given one.
- OperationType - Enum in adql.query.operand
-
Type of possible simple numeric operations.
- OR - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- OR - Static variable in class adql.query.ClauseConstraints
-
The logical separator OR
(By default, the default separator (see getDefaultSeparator()
) is equals to OR).
- ORDER - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- OrderBy() - Method in class adql.parser.ADQLParser
-
- OrderItem() - Method in class adql.parser.ADQLParser
-
- originTable - Variable in class adql.db.DBTableAlias
-
Wrapped table.
- OUTER - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- OuterJoin - Class in adql.query.from
-
Inner join.
- OuterJoin(FromContent, FromContent, OuterJoin.OuterType) - Constructor for class adql.query.from.OuterJoin
-
Builds a NATURAL OUTER join between the two given "tables".
- OuterJoin(FromContent, FromContent, OuterJoin.OuterType, ClauseConstraints) - Constructor for class adql.query.from.OuterJoin
-
Builds an OUTER join between the two given "tables" with the given condition.
- OuterJoin(FromContent, FromContent, OuterJoin.OuterType, Collection<ADQLColumn>) - Constructor for class adql.query.from.OuterJoin
-
Builds an OUTER join between the two given "tables" with a list of columns to join.
- OuterJoin(OuterJoin) - Constructor for class adql.query.from.OuterJoin
-
Builds a copy of the given OUTER join.
- OuterJoin.OuterType - Enum in adql.query.from
-
All OUTER JOIN type: left, right and full.