- UNION - adql.db.STCS.RegionType
-
- UNKNOWN - adql.db.DBType.DBDatatype
-
Type to use when the precise datatype is unknown.
- UNKNOWN_NUMERIC - adql.db.DBType.DBDatatype
-
Type to use when the type is known as numeric but there is no precise datatype
(e.g.
- UNKNOWNFRAME - adql.db.STCS.Frame
-
- UNKNOWNREFPOS - adql.db.STCS.RefPos
-
- UnknownType - Interface in adql.query.operand
-
Operand whose the type can not be known at the parsing time.
- UnresolvedColumnException - Exception in adql.db.exception
-
This exception is thrown by
DBChecker
when a column does not exist
or whose the table reference is ambiguous.
- UnresolvedColumnException(ADQLColumn) - Constructor for exception adql.db.exception.UnresolvedColumnException
-
UNKNOWN COLUMN
- UnresolvedColumnException(ADQLColumn, String, String) - Constructor for exception adql.db.exception.UnresolvedColumnException
-
AMBIGUOUS COLUMN NAME
- UnresolvedFunctionException - Exception in adql.db.exception
-
Exception thrown when a function can not be resolved by the library.
- UnresolvedFunctionException(ADQLFunction) - Constructor for exception adql.db.exception.UnresolvedFunctionException
-
Build the exception with the unresolved function in parameter.
- UnresolvedFunctionException(String) - Constructor for exception adql.db.exception.UnresolvedFunctionException
-
Build the exception with just a message.
- UnresolvedFunctionException(String, ADQLFunction) - Constructor for exception adql.db.exception.UnresolvedFunctionException
-
Build the exception with a message but also with the unresolved function in parameter.
- UnresolvedFunctionException(String, TextPosition) - Constructor for exception adql.db.exception.UnresolvedFunctionException
-
Build the exception with just a message.
- UnresolvedIdentifiersException - Exception in adql.db.exception
-
This exception is thrown by
DBChecker
when several columns or tables do not exist.
- UnresolvedIdentifiersException() - Constructor for exception adql.db.exception.UnresolvedIdentifiersException
-
- UnresolvedJoinException - Exception in adql.db.exception
-
This exception is thrown when a table between 2 tables can not be resolved,
and particularly because of the join condition (i.e.
- UnresolvedJoinException(String) - Constructor for exception adql.db.exception.UnresolvedJoinException
-
Build a simple UnresolvedJoin.
- UnresolvedJoinException(String, TextPosition) - Constructor for exception adql.db.exception.UnresolvedJoinException
-
Build an UnresolvedJoin and specify, in addition of the error message, the position of the column not resolved.
- UnresolvedTableException - Exception in adql.db.exception
-
This exception is thrown by
DBChecker
when a table does not exist
or whose the schema reference is ambiguous.
- UnresolvedTableException(ADQLTable) - Constructor for exception adql.db.exception.UnresolvedTableException
-
UNKNOWN TABLE
- UnresolvedTableException(ADQLTable, String, String) - Constructor for exception adql.db.exception.UnresolvedTableException
-
AMBIGUOUS TABLE NAME
- UnresolvedTableException(ADQLColumn) - Constructor for exception adql.db.exception.UnresolvedTableException
-
UNKNOWN TABLE REFERENCE
- UnresolvedTableException(ADQLColumn, String, String) - Constructor for exception adql.db.exception.UnresolvedTableException
-
AMBIGUOUS TABLE REFERENCE
- UNSIGNED_FLOAT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- UNSIGNED_INTEGER - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- UnsignedFloat() - Method in class adql.parser.ADQLParser
-
- UnsignedNumeric() - Method in class adql.parser.ADQLParser
-
- UpdateLineColumn(char) - Method in class adql.parser.SimpleCharStream
-
- UserDefinedFunction - Class in adql.query.operand.function
-
Function defined by the user (i.e.
- UserDefinedFunction() - Constructor for class adql.query.operand.function.UserDefinedFunction
-
- UserDefinedFunction() - Method in class adql.parser.ADQLParser
-
- USING - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.