Uses of Class
adql.db.exception.UnresolvedJoinException
Packages that use UnresolvedJoinException
-
Uses of UnresolvedJoinException in adql.db
Constructors in adql.db that throw UnresolvedJoinExceptionModifierConstructorDescriptionDBCommonColumn
(DBColumn leftCol, DBColumn rightCol) Create a column which merges both of the given columns. -
Uses of UnresolvedJoinException in adql.query.from
Methods in adql.query.from that throw UnresolvedJoinExceptionModifier and TypeMethodDescriptionstatic final DBColumn
ADQLJoin.findAtMostOneColumn
(String columnName, byte caseSensitive, SearchColumnList list, boolean leftList) static final DBColumn
ADQLJoin.findExactlyOneColumn
(String columnName, byte caseSensitive, SearchColumnList list, boolean leftList) ADQLJoin.getDBColumns()
FromContent.getDBColumns()
Gets the list of all columns (~ database metadata) available in this FROM part.SQLServer_InnerJoin.getDBColumns()
static SearchColumnList
SQLServer_InnerJoin.getDBColumns
(ADQLJoin join) Gets the list of all columns (~ database metadata) available in this FROM part.SQLServer_OuterJoin.getDBColumns()