- backup(int) - Method in class adql.parser.SimpleCharStream
-
Backup a number of characters.
- beginColumn - Variable in class adql.parser.Token
-
The column number of the first character of this Token.
- beginColumn - Variable in class adql.query.TextPosition
-
- beginLine - Variable in class adql.parser.Token
-
The line number of the first character of this Token.
- beginLine - Variable in class adql.query.TextPosition
-
- BeginToken() - Method in class adql.parser.SimpleCharStream
-
Start.
- BETWEEN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- Between - Class in adql.query.constraint
-
It represents the BETWEEN predicate of SQL and ADQL.
- Between(ADQLOperand, ADQLOperand, ADQLOperand) - Constructor for class adql.query.constraint.Between
-
Builds a BETWEEN constraints.
- Between(ADQLOperand, ADQLOperand, ADQLOperand, boolean) - Constructor for class adql.query.constraint.Between
-
Builds a BETWEEN constraints.
- Between(Between) - Constructor for class adql.query.constraint.Between
-
Builds a BETWEEN constraint by copying the given one.
- BetweenEnd(ADQLOperand) - Method in class adql.parser.ADQLParser
-
- BinarySearch() - Constructor for class adql.db.DBChecker.BinarySearch
-
- BOX - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- BoxFunction - Class in adql.query.operand.function.geometry
-
It represents the box function of the ADQL language.
- BoxFunction(ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand, ADQLOperand) - Constructor for class adql.query.operand.function.geometry.BoxFunction
-
Builds a BOX function.
- BoxFunction(BoxFunction) - Constructor for class adql.query.operand.function.geometry.BoxFunction
-
Builds a BOX function by copying the given one.
- bufcolumn - Variable in class adql.parser.SimpleCharStream
-
- buffer - Variable in class adql.parser.SimpleCharStream
-
- bufline - Variable in class adql.parser.SimpleCharStream
-
- bufpos - Variable in class adql.parser.SimpleCharStream
-
Position in buffer.
- buildCoordSysRegExp(String[]) - Static method in class adql.db.STCS
-
Build a big regular expression gathering all of the given coordinate system syntaxes.
- BY - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.