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 

U

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(String) - Constructor for exception adql.db.exception.UnresolvedFunctionException
Build the exception with just a message.
UnresolvedFunctionException(String, TextPosition) - Constructor for exception adql.db.exception.UnresolvedFunctionException
Build the exception with just a message.
UnresolvedFunctionException(ADQLFunction) - Constructor for exception adql.db.exception.UnresolvedFunctionException
Build the exception with the unresolved function in parameter.
UnresolvedFunctionException(String, ADQLFunction) - Constructor for exception adql.db.exception.UnresolvedFunctionException
Build the exception with a message but also with the unresolved function in parameter.
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
Build an empty UnresolvedIdentifiersException (that's to say: there is no unresolved identifier).
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() - Method in class adql.parser.ADQLParser
 
UserDefinedFunction - Class in adql.query.operand.function
Function defined by the user (i.e.
UserDefinedFunction() - Constructor for class adql.query.operand.function.UserDefinedFunction
 
USING - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links